summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2015-09-13 17:31:01 -0700
committerEric Anderson2015-09-13 17:31:01 -0700
commite6fe6c584f80506363de7b14d1e961600ec4a95e (patch)
treec90bdf3a30cd22f47049280f0fbf06b859d3c704 /PKGBUILD
parent6dabbea9d0f6f15b372880433b0aa42d2c00892d (diff)
downloadaur-e6fe6c584f80506363de7b14d1e961600ec4a95e.tar.gz
Update to 1.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 076a7f7ab919..593be122eb40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=obnam
-pkgver=1.14
+pkgver=1.17
pkgrel=1
pkgdesc="Easy, secure backup program"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('python2-paramiko' 'python2-tracing' 'python2-larch'
'python2-ttystatus' 'python2-cliapp' 'python2-yaml')
optdepends=('python2-fuse: support for mounting backups')
source=("http://code.liw.fi/debian/pool/main/o/obnam/obnam_$pkgver.orig.tar.xz")
-sha256sums=('78203274010ab378ace8c8fd57782ab8bfa1b0482b95604873bd9e45c22b0799')
+sha256sums=('7bcc543828e8615d0ff0e85f31334eac5d11b3fe38e885d52f3ba97c80a20106')
build() {
cd "$srcdir/$pkgname-$pkgver"