summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 393472f74db5..f46f7c11ce87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arch-test-bin
pkgdesc = detect architectures supported by your machine/kernel
- pkgver = 0.19
+ pkgver = 0.20
pkgrel = 2
url = https://github.com/kilobyte/arch-test/
arch = any
@@ -10,7 +10,7 @@ pkgbase = arch-test-bin
provides = arch-test
conflicts = arch-test
options = !strip
- source = http://ftp.debian.org/debian/pool/main/a/arch-test/arch-test_0.19-1_all.deb
- md5sums = 28261cc07df4c119e916b7ae29a965e4
+ source = http://ftp.debian.org/debian/pool/main/a/arch-test/arch-test_0.20-1_all.deb
+ sha256sums = f8b4659feef23095e3c9f678d5607f34f3db6972ae6619c53ff9b28dc920a72e
pkgname = arch-test-bin
diff --git a/PKGBUILD b/PKGBUILD
index 541da158164b..b3af813890b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,7 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Sean Anderson <seanga2@gmail.com>
_pkgname=arch-test
pkgname=${_pkgname}-bin
-pkgver=0.19
+pkgver=0.20
_debrel=1
pkgrel=2
epoch=
@@ -27,7 +22,7 @@ install=
changelog=
source=("http://ftp.debian.org/debian/pool/main/a/arch-test/${_pkgname}_$pkgver-${_debrel}_all.deb")
noextract=()
-md5sums=('28261cc07df4c119e916b7ae29a965e4')
+sha256sums=('f8b4659feef23095e3c9f678d5607f34f3db6972ae6619c53ff9b28dc920a72e')
validpgpkeys=()
prepare() {