From d5c8d6fbcfffa1c472619dbbe4a51b5ef3a575bc Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Sat, 9 Dec 2017 13:15:09 +0000 Subject: community/obnam: upgrade to 1.22 --- community/obnam/APKBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'community/obnam/APKBUILD') diff --git a/community/obnam/APKBUILD b/community/obnam/APKBUILD index 5b64c2f0c4..8965b1f8fe 100644 --- a/community/obnam/APKBUILD +++ b/community/obnam/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel # Maintainer: pkgname=obnam -pkgver=1.21 -pkgrel=1 +pkgver=1.22 +pkgrel=0 pkgdesc="A backup program that supports encryption and deduplication" url="http://obnam.org/" arch="all" @@ -17,15 +17,13 @@ source="http://code.liw.fi/debian/pool/main/o/$pkgname/${pkgname}_$pkgver.orig.t builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" - python2 setup.py build || return 1 + python2 setup.py build } package() { cd "$builddir" python2 setup.py install --prefix=/usr \ - --root="$pkgdir" || return 1 + --root="$pkgdir" } -md5sums="3a44bc426633f928429f317561654725 obnam_1.21.orig.tar.xz" -sha256sums="7e859dc5ac464240bfc387d3b534a85804fdd3abe136c07e388a4150b0be9162 obnam_1.21.orig.tar.xz" -sha512sums="3e39523f7f132e3cbd42bd09f34895525786227ee319831370d0208f84cd946d84d3ffc21f2c053e790293217aec75de620d68dca0b5eb2d09e5314c3dc9603a obnam_1.21.orig.tar.xz" +sha512sums="fe7098054d9f363fd0028c3ef374628b73cc6a204f575382dcf294804851dba8fdccfcf63c7dea42743aafc1030ecc68efed5757af72a04db847057e4475bcb3 obnam_1.22.orig.tar.xz" -- cgit v1.2.3