summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2015-07-11 10:30:42 -0700
committerEric Anderson2015-07-11 10:30:42 -0700
commit7ce336f4fd141a8e7f448a5f7c90f5a7c758b786 (patch)
tree34daedc5cc01dc1be47b34e979cdab5d0792e436 /PKGBUILD
parentaa279a76dedf2ed2a8877791ddf5281e9bdb3766 (diff)
downloadaur-7ce336f4fd141a8e7f448a5f7c90f5a7c758b786.tar.gz
Update to 1.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0436b23d0b2..68b82408e3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=obnam
-pkgver=1.9
+pkgver=1.12
pkgrel=1
pkgdesc="Easy, secure backup program"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('GPL3')
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.gz")
-sha256sums=('e5dc38fd0b923438153f4f983e517b80269129fdb011c8d7900c76076b1f916a')
+source=("http://code.liw.fi/debian/pool/main/o/obnam/obnam_$pkgver.orig.tar.xz")
+sha256sums=('f976ddb4cdbd0991fa798ffdc7ef5f747391581945124170d62dece7ab906925')
build() {
cd "$srcdir/$pkgname-$pkgver"