From 97664825e27dd96cba705d1cdf34a2a6e6219db1 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 20 May 2024 18:28:08 +0400 Subject: [PATCH] Remove strip option, this is up to user to decide. --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index eccff09..738d146 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,6 @@ pkgdesc="Calculates cost of electricity." arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64') url="https://git.arav.su/Arav/kwh-cost" license=('MIT') -options=('strip') source=("${pkgver}.tar.gz::https://git.arav.su/Arav/kwh-cost/archive/${pkgver}.tar.gz") md5sums=('SKIP')