summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2015-07-11 10:30:42 -0700
committerEric Anderson2015-07-11 10:30:42 -0700
commit7ce336f4fd141a8e7f448a5f7c90f5a7c758b786 (patch)
tree34daedc5cc01dc1be47b34e979cdab5d0792e436
parentaa279a76dedf2ed2a8877791ddf5281e9bdb3766 (diff)
downloadaur-7ce336f4fd141a8e7f448a5f7c90f5a7c758b786.tar.gz
Update to 1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97c9ae34b3df..346077463da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obnam
pkgdesc = Easy, secure backup program
- pkgver = 1.9
+ pkgver = 1.12
pkgrel = 1
url = http://obnam.org/
arch = i686
@@ -13,8 +13,8 @@ pkgbase = obnam
depends = python2-cliapp
depends = python2-yaml
optdepends = python2-fuse: support for mounting backups
- source = http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.9.orig.tar.gz
- sha256sums = e5dc38fd0b923438153f4f983e517b80269129fdb011c8d7900c76076b1f916a
+ source = http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.12.orig.tar.xz
+ sha256sums = f976ddb4cdbd0991fa798ffdc7ef5f747391581945124170d62dece7ab906925
pkgname = obnam
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"