summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2022-06-04 19:14:04 -0400
committerSean Anderson2022-06-04 19:14:04 -0400
commit181337d9686e0c053f652b9ba75fcd21db1fc02e (patch)
tree9d2ba6321964381b26379d839c8f793426f23f76
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.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37f4b6783595..bda06f92919f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-test-bin
pkgdesc = detect architectures supported by your machine/kernel
- pkgver = 0.17
+ pkgver = 0.18
pkgrel = 2
url = https://github.com/kilobyte/arch-test/
arch = any
@@ -9,7 +9,8 @@ pkgbase = arch-test-bin
depends = perl
provides = arch-test
conflicts = arch-test
- source = http://ftp.debian.org/debian/pool/main/a/arch-test/arch-test_0.17-1_all.deb
- md5sums = 8c5265e8eb8b4debaa0d4178d495c9a0
+ options = !strip
+ source = http://ftp.debian.org/debian/pool/main/a/arch-test/arch-test_0.18-1_all.deb
+ md5sums = 83311b6a2373cbcd8e4bd682fcc652d6
pkgname = arch-test-bin
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() {