summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 06:14:48 -0400
committerbrent s2016-04-06 06:14:48 -0400
commitfe32d2058746903d2dac03a25f4f186d081bbddf (patch)
tree0334b1e31774e85a477551d52cd602283ecd017a
parent27057a99eafceda3bd6e45c7223dc40a29e4ef1b (diff)
downloadaur-fe32d2058746903d2dac03a25f4f186d081bbddf.tar.gz
GPG support done
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore10
-rw-r--r--PKGBUILD8
-rw-r--r--mondo-3.2.1.tar.gz.sigbin0 -> 543 bytes
4 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fa6753aa7e0..fd18efebd287 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:48 UTC 2016
pkgbase = mondo
pkgdesc = A disaster recovery solution to create backup media that can be used to redeploy the damaged system
pkgver = 3.2.1
@@ -25,7 +25,9 @@ pkgbase = mondo
optdepends = lzop: File compressor using lzo lib
optdepends = lzo: A portable lossless data compression library
source = ftp://ftp.mondorescue.org/src/mondo-3.2.1.tar.gz
+ source = mondo-3.2.1.tar.gz.sig
sha512sums = a41ae71fd7f7da14da77a5fb7db97543fb226e3f0e04814a3e542196b263b53d146b1ede19a90f5717e898125d90744f45b963132fe9742d8cb71603a1d1eaef
+ sha512sums = SKIP
pkgname = mondo
diff --git a/.gitignore b/.gitignore
index 1a6d3ca1352e..e16177da2907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
-mondo
+*/
.*.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 0add0bb2db88..2bfaa280c854 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')
# Contributor: M.Carreira <arch@carreira.com.pt>
pkgname=mondo
@@ -13,8 +13,10 @@ depends=('mindi>=2.0.7' 'bzip2>=0.9' 'afio' 'cdrkit' 'binutils' 'libnewt>=0.50'
makedepends=('libnewt>=0.50' 'gcc' 'autoconf' 'automake' 'libtool')
optdepends=('lzop: File compressor using lzo lib'
'lzo: A portable lossless data compression library')
-source=("ftp://ftp.mondorescue.org/src/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a41ae71fd7f7da14da77a5fb7db97543fb226e3f0e04814a3e542196b263b53d146b1ede19a90f5717e898125d90744f45b963132fe9742d8cb71603a1d1eaef')
+source=("ftp://ftp.mondorescue.org/src/${pkgname}-${pkgver}.tar.gz"
+ "${pkgname}-${pkgver}.tar.gz.sig")
+sha512sums=('a41ae71fd7f7da14da77a5fb7db97543fb226e3f0e04814a3e542196b263b53d146b1ede19a90f5717e898125d90744f45b963132fe9742d8cb71603a1d1eaef'
+ 'SKIP')
package() {
diff --git a/mondo-3.2.1.tar.gz.sig b/mondo-3.2.1.tar.gz.sig
new file mode 100644
index 000000000000..0f28a034eb6d
--- /dev/null
+++ b/mondo-3.2.1.tar.gz.sig
Binary files differ