summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2015-08-09 12:26:50 -0700
committerEric Anderson2015-08-09 12:26:50 -0700
commit8199087f070cfeba96e8e14bf6119134221ccf5f (patch)
treee673bbcd20fda3136dc9488f0bab99510a17344d
parent7ce336f4fd141a8e7f448a5f7c90f5a7c758b786 (diff)
downloadaur-8199087f070cfeba96e8e14bf6119134221ccf5f.tar.gz
Update to 1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 346077463da3..e7285bd1f780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obnam
pkgdesc = Easy, secure backup program
- pkgver = 1.12
+ pkgver = 1.13
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.12.orig.tar.xz
- sha256sums = f976ddb4cdbd0991fa798ffdc7ef5f747391581945124170d62dece7ab906925
+ source = http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.13.orig.tar.xz
+ sha256sums = 248ac40b62bdf649b4118f2905267c00d80828edb069000e577dcf731f8b498d
pkgname = obnam
diff --git a/PKGBUILD b/PKGBUILD
index 68b82408e3a0..bfac3f571206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=obnam
-pkgver=1.12
+pkgver=1.13
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=('f976ddb4cdbd0991fa798ffdc7ef5f747391581945124170d62dece7ab906925')
+sha256sums=('248ac40b62bdf649b4118f2905267c00d80828edb069000e577dcf731f8b498d')
build() {
cd "$srcdir/$pkgname-$pkgver"