summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gregoratto2020-03-30 13:03:26 +1100
committerStephen Gregoratto2020-03-30 13:03:26 +1100
commit09917a4a3df0a8a617ca65162a8f52aadf48caf6 (patch)
tree6ac184ef35684fd7a799220025fde1730c4374c0
parentaf3fd13af740289a385460239a4eb01594dde131 (diff)
downloadaur-09917a4a3df0a8a617ca65162a8f52aadf48caf6.tar.gz
Strip builds
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0015a8e04eee..60e6c8e3f419 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libbaseencode
pkgdesc = C library for encoding/decoding base32 and base64 data (RFC-4648)
pkgver = 1.0.9
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/paolostivanin/libbaseencode
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = libbaseencode
license = APACHE
makedepends = cmake
depends = glibc
- options = !strip
source = libbaseencode-1.0.9.tar.gz::https://github.com/paolostivanin/libbaseencode/archive/v1.0.9.tar.gz
source = libbaseencode-1.0.9.tar.gz.asc::https://github.com/paolostivanin/libbaseencode/releases/download/v1.0.9/v1.0.9.tar.gz.asc
validpgpkeys = 060C6B7D3869F148C4C4ACD43C9BE9B64EC1EA64
diff --git a/PKGBUILD b/PKGBUILD
index 52f835ba030a..abd42027e0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Paolo Stivanin <info at paolostivanin dot com>
-# Maintainer: Stephen Gregoratto <dev at sgregoratto dot me>
+# Maintainer: Stephen Gregoratto <dev@sgregoratto.me>
pkgname=libbaseencode
pkgver=1.0.9
-pkgrel=3
+pkgrel=4
pkgdesc='C library for encoding/decoding base32 and base64 data (RFC-4648)'
url="https://github.com/paolostivanin/libbaseencode"
license=('APACHE')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
depends=('glibc')
makedepends=('cmake')
-options=('!strip')
validpgpkeys=('060C6B7D3869F148C4C4ACD43C9BE9B64EC1EA64')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
"$pkgname-$pkgver.tar.gz.asc::$url/releases/download/v$pkgver/v$pkgver.tar.gz.asc")