summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-04-06 04:18:21 -0400
committerbrent s2016-04-06 04:18:21 -0400
commit539eda446be04c8b9d494a68f340ea8fe3605f8b (patch)
tree519b8b1fa9e69ef475cc93e1efa3cd8bf22edf94
parent675363446f5bbc6c3cddfa7766734226aa45d99a (diff)
downloadaur-539eda446be04c8b9d494a68f340ea8fe3605f8b.tar.gz
adding gitignore, updating to sha512sums
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore14
-rw-r--r--PKGBUILD9
3 files changed, 25 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58e0020e9363..4ce4a37f1b79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Sat Mar 26 13:03:04 UTC 2016
+# Wed Apr 6 08:18:21 UTC 2016
pkgbase = burp-backup-git
pkgdesc = Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup.
pkgver = 2.0.30.r48.g1892559
- pkgrel = 2
+ pkgrel = 3
url = http://burp.grke.org/1
- arch = any
+ arch = i686
+ arch = x86_64
license = AGPLv3
makedepends = uthash
makedepends = git
@@ -22,8 +23,8 @@ pkgbase = burp-backup-git
backup = etc/burp/clientconfdir
source = burp::git+https://github.com/grke/burp.git#branch=master
source = burp.service
- sha256sums = SKIP
- sha256sums = e598b81d6d3dff2d336cf87191d52a7f336adc497c818742424fea73070cef24
+ sha512sums = SKIP
+ sha512sums = c729903764b482ed89edddd0d7b3d3c3477671bce0a0f4cc35a4d0658a4bb2f27dc1c911a531e77572671c5ff49c2e5652aaaca452d8929ecfa2d5ef18fb41da
pkgname = burp-backup-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c0187b0090af
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+burp-backup-git
+.*.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 564f8c5d2da7..b21e49359ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
+validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
# Past maintainer: icaruseffect <icaruseffect at posteo dot net>
pkgname="burp-backup-git"
_pkgname="burp"
pkgver=2.0.30.r48.g1892559
-pkgrel=2
+pkgrel=3
pkgdesc="Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup."
-arch=('any')
+arch=('i686' 'x86_64')
license=('AGPLv3')
depends=('librsync' 'openssl')
makedepends=('uthash' 'git' 'rsync')
@@ -18,9 +19,9 @@ source=(
'burp.service'
)
-sha256sums=(
+sha512sums=(
'SKIP'
- 'e598b81d6d3dff2d336cf87191d52a7f336adc497c818742424fea73070cef24'
+ 'c729903764b482ed89edddd0d7b3d3c3477671bce0a0f4cc35a4d0658a4bb2f27dc1c911a531e77572671c5ff49c2e5652aaaca452d8929ecfa2d5ef18fb41da'
)
pkgver() {