summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Anderson2022-06-04 19:14:04 -0400
committerSean Anderson2022-06-04 19:14:04 -0400
commit181337d9686e0c053f652b9ba75fcd21db1fc02e (patch)
tree9d2ba6321964381b26379d839c8f793426f23f76 /PKGBUILD
parent212c74a7b2bbf0a9a80e9bd040b7e2086111cbe2 (diff)
downloadaur-181337d9686e0c053f652b9ba75fcd21db1fc02e.tar.gz
0.18
Also don't strip the binaries. They're already stripped, and this silences warnings since arch doesn't know how to strip binaries from all these arches.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6497d7b7d8ac..acb93ab1a49f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Maintainer: Your Name <youremail@domain.com>
_pkgname=arch-test
pkgname=${_pkgname}-bin
-pkgver=0.17
+pkgver=0.18
_debrel=1
pkgrel=2
epoch=
@@ -22,12 +22,12 @@ optdepends=()
provides=('arch-test')
conflicts=('arch-test')
backup=()
-options=()
+options=(!strip)
install=
changelog=
source=("http://ftp.debian.org/debian/pool/main/a/arch-test/${_pkgname}_$pkgver-${_debrel}_all.deb")
noextract=()
-md5sums=('8c5265e8eb8b4debaa0d4178d495c9a0')
+md5sums=('83311b6a2373cbcd8e4bd682fcc652d6')
validpgpkeys=()
prepare() {