summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:23 -0400
committerbrent s2016-04-06 04:18:23 -0400
commit27057a99eafceda3bd6e45c7223dc40a29e4ef1b (patch)
treec4350267de0dafa520da2c64c2e8a0d8a969d4d4
parentff909a97216de6ac47bc28df9cb1cb86b3e0a4e1 (diff)
downloadaur-27057a99eafceda3bd6e45c7223dc40a29e4ef1b.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 5646a267a77b..4fa6753aa7e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 01:36:25 UTC 2016
+# Wed Apr 6 08:18:23 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
- pkgrel = 1
+ pkgrel = 2
url = http://www.mondorescue.org/
arch = i686
arch = x86_64
@@ -25,7 +25,7 @@ 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
- md5sums = 0625cb331e7312bab01fee7c418e108f
+ sha512sums = a41ae71fd7f7da14da77a5fb7db97543fb226e3f0e04814a3e542196b263b53d146b1ede19a90f5717e898125d90744f45b963132fe9742d8cb71603a1d1eaef
pkgname = mondo
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1a6d3ca1352e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+mondo
+.*.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 5c56b47bd8d3..0add0bb2db88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
-# Maintainer: M.Carreira <arch@carreira.com.pt>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Contributor: M.Carreira <arch@carreira.com.pt>
pkgname=mondo
pkgver=3.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A disaster recovery solution to create backup media that can be used to redeploy the damaged system"
arch=('i686' 'x86_64')
url="http://www.mondorescue.org/"
@@ -14,7 +14,7 @@ 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")
-md5sums=('0625cb331e7312bab01fee7c418e108f')
+sha512sums=('a41ae71fd7f7da14da77a5fb7db97543fb226e3f0e04814a3e542196b263b53d146b1ede19a90f5717e898125d90744f45b963132fe9742d8cb71603a1d1eaef')
package() {