summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel B. Sant'Anna2020-06-23 21:14:21 -0300
committerGabriel B. Sant'Anna2020-06-23 21:14:21 -0300
commitc2b6efc878bc1701c9bdad45b623c2f28306236a (patch)
tree4cdd31b1269af97dd8a8c8bf5bcbe06b6599a77a /PKGBUILD
parent372eec167b874e35475f24a0c27b514777f43485 (diff)
downloadaur-c2b6efc878bc1701c9bdad45b623c2f28306236a.tar.gz
Disable stripping
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a9d5bc9094c..14bf5d929dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ license=('GPL3')
arch=('any')
# version-specific information
-pkgrel=1
+pkgrel=2
pkgver=1.0.1
# dependencies are stated in https://gitlab.com/akkuscm/akku/-/blob/master/README.md
@@ -16,6 +16,7 @@ depends=('git' 'curl' 'guile>=2.2')
makedepends=('pkg-config' 'make')
# source URLs for latest versions can be found at https://gitlab.com/akkuscm/akku/-/releases
+options=(!strip) # disable stripping
source=("https://gitlab.com/akkuscm/akku/uploads/7d34b733d5a6518d7842016e878ab8fc/$pkgname-$pkgver.tar.gz"
"https://gitlab.com/akkuscm/akku/uploads/d8db897d2f28a112cc941f00711ff7a3/$pkgname-$pkgver.tar.gz.sig")
noextract=('$pkgname-$pkgver.tar.gz.sig')