aboutsummaryrefslogtreecommitdiffstats
path: root/community/obnam
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-12-09 13:15:09 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-12-09 13:15:34 +0000
commitd5c8d6fbcfffa1c472619dbbe4a51b5ef3a575bc (patch)
tree741ddd46bb21ca5e3a6ce04e64593a68267afa82 /community/obnam
parent8630297bff018bada14e8146415e22e42a2c3b31 (diff)
downloadaports-d5c8d6fbcfffa1c472619dbbe4a51b5ef3a575bc.tar.bz2
aports-d5c8d6fbcfffa1c472619dbbe4a51b5ef3a575bc.tar.xz
community/obnam: upgrade to 1.22
Diffstat (limited to 'community/obnam')
-rw-r--r--community/obnam/APKBUILD12
1 files changed, 5 insertions, 7 deletions
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 <soeren+alpine@soeren-tempel.net>
# 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"