summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:45 -0400
committerbrent s2016-04-06 06:14:45 -0400
commit628debd0758bec474b03d8a9e3be64fe29d26e5c (patch)
tree6a6a5423837195193d02fcacf0f808bd6dae9ab8
parent87a20aac12d3b251b5557d659d60e47b448828c8 (diff)
downloadaur-628debd0758bec474b03d8a9e3be64fe29d26e5c.tar.gz
GPG support done
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD8
-rw-r--r--mindi-busybox-1.18.5.tar.gz.sigbin0 -> 543 bytes
4 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e89f828eb1db..5ffc2db4cb9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 6 08:18:23 UTC 2016
+# Wed Apr 6 10:14:45 UTC 2016
pkgbase = mindi-busybox
pkgdesc = This package provides a busybox version suited for Mindi
pkgver = 1.18.5
@@ -10,7 +10,9 @@ pkgbase = mindi-busybox
license = GPL
depends = gcc
source = ftp://ftp.mondorescue.org/src/mindi-busybox-1.18.5.tar.gz
+ source = mindi-busybox-1.18.5.tar.gz.sig
sha512sums = f7962b4b327536437d1ec91821ddf660afff74d84de6268ce026593c233e0ecb1c2b611c4e2a9132d9803ebe22ebdc87b965d8c2f6f9a0efe27939ce55033bf7
+ sha512sums = SKIP
pkgname = mindi-busybox
diff --git a/.gitignore b/.gitignore
index d10b4dab5d36..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-mindi-busybox
+*/
.*.swp
*.pkg.tar.xz
-src
-pkg
+src/
+pkg/
*.tar
*.tar.bz2
*.tar.xz
@@ -12,3 +12,7 @@ pkg
*.tbz
*.tbz2
*.zip
+*.run
+*.7z
+*.rar
+*.deb
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}"
diff --git a/mindi-busybox-1.18.5.tar.gz.sig b/mindi-busybox-1.18.5.tar.gz.sig
new file mode 100644
index 000000000000..3b47796f4887
--- /dev/null
+++ b/mindi-busybox-1.18.5.tar.gz.sig
Binary files differ