summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:23 -0400
committerbrent s2016-04-06 04:18:23 -0400
commit87a20aac12d3b251b5557d659d60e47b448828c8 (patch)
tree1dd0760f41fdd5550a8985ff580bcafec4ef3808
parent4a3c790068886dd2fe797936245ba76884c63a15 (diff)
downloadaur-87a20aac12d3b251b5557d659d60e47b448828c8.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD6
3 files changed, 20 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7737a7aff81..e89f828eb1db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jan 18 20:05:05 UTC 2016
+# Wed Apr 6 08:18:23 UTC 2016
pkgbase = mindi-busybox
pkgdesc = This package provides a busybox version suited for Mindi
pkgver = 1.18.5
- pkgrel = 3
+ pkgrel = 4
url = http://www.mondorescue.org/
arch = i686
arch = x86_64
license = GPL
depends = gcc
source = ftp://ftp.mondorescue.org/src/mindi-busybox-1.18.5.tar.gz
- md5sums = 0668d3bba33989dbaab3f84771578438
+ sha512sums = f7962b4b327536437d1ec91821ddf660afff74d84de6268ce026593c233e0ecb1c2b611c4e2a9132d9803ebe22ebdc87b965d8c2f6f9a0efe27939ce55033bf7
pkgname = mindi-busybox
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d10b4dab5d36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+mindi-busybox
+.*.swp
+*.pkg.tar.xz
+src
+pkg
+*.tar
+*.tar.bz2
+*.tar.xz
+*.tar.gz
+*.tgz
+*.txz
+*.tbz
+*.tbz2
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index a23e3cc27f71..1fe2cfe9bb9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Past maintainer: F. MiƱano <cicely@algofacil.info>
pkgname=mindi-busybox
pkgver=1.18.5
-pkgrel=3
+pkgrel=4
pkgdesc="This package provides a busybox version suited for Mindi"
arch=('i686' 'x86_64')
url="http://www.mondorescue.org/"
@@ -11,8 +12,7 @@ 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)
-md5sums=('0668d3bba33989dbaab3f84771578438')
-# 'ec7280e7573eb12cbb9cc6707468ef01')
+sha512sums=('f7962b4b327536437d1ec91821ddf660afff74d84de6268ce026593c233e0ecb1c2b611c4e2a9132d9803ebe22ebdc87b965d8c2f6f9a0efe27939ce55033bf7')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"