summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2016-10-29 10:03:53 -0700
committerEric Anderson2016-10-29 10:03:53 -0700
commitcd2c6d3a48e219c3e94a126019143b80c9a7dfcb (patch)
tree135a93d27d064a7a1806fdb275d05ae5719fb9d0 /PKGBUILD
parent17ceb303b0ef9994ecc34ff2c783dcecc59504cf (diff)
downloadaur-cd2c6d3a48e219c3e94a126019143b80c9a7dfcb.tar.gz
Update to 1.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2412c72f9d23..230ba3f7baaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=obnam
-pkgver=1.19
-pkgrel=2
+pkgver=1.20
+pkgrel=1
pkgdesc="Easy, secure backup program"
arch=('i686' 'x86_64')
url="http://obnam.org/"
@@ -12,7 +12,7 @@ depends=('python2-paramiko' 'python2-tracing' 'python2-larch'
'python2-ttystatus' 'python2-cliapp')
optdepends=('python2-fuse: support for mounting backups')
source=("http://code.liw.fi/debian/pool/main/o/obnam/obnam_$pkgver.orig.tar.xz")
-sha256sums=('597516692831f273fabfebfa61bdf1ba20832bc168ddc90d22aa3d88eb702195')
+sha256sums=('08b674f400f7c132a560af5b23bc080bd96f95c4738d41713cff90d41f3a30f1')
build() {
cd "$srcdir/$pkgname-$pkgver"