summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:45 -0400
committerbrent s2016-04-06 06:14:45 -0400
commit628debd0758bec474b03d8a9e3be64fe29d26e5c (patch)
tree6a6a5423837195193d02fcacf0f808bd6dae9ab8 /PKGBUILD
parent87a20aac12d3b251b5557d659d60e47b448828c8 (diff)
downloadaur-628debd0758bec474b03d8a9e3be64fe29d26e5c.tar.gz
GPG support done
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fe2cfe9bb9c..b44f0b4b4fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
+validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# Past maintainer: F. MiƱano <cicely@algofacil.info>
pkgname=mindi-busybox
pkgver=1.18.5
@@ -11,8 +11,10 @@ license=('GPL')
depends=(gcc)
#There are two official mirrors. If one is not working try the other. The muskokamug.org seems faster.
-source=(ftp://ftp.mondorescue.org/src/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('f7962b4b327536437d1ec91821ddf660afff74d84de6268ce026593c233e0ecb1c2b611c4e2a9132d9803ebe22ebdc87b965d8c2f6f9a0efe27939ce55033bf7')
+source=("ftp://ftp.mondorescue.org/src/${pkgname}-${pkgver}.tar.gz"
+ "${pkgname}-${pkgver}.tar.gz.sig")
+sha512sums=('f7962b4b327536437d1ec91821ddf660afff74d84de6268ce026593c233e0ecb1c2b611c4e2a9132d9803ebe22ebdc87b965d8c2f6f9a0efe27939ce55033bf7'
+ 'SKIP')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"