aboutsummaryrefslogtreecommitdiffstats
path: root/main/duplicity
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-06 00:43:10 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-14 08:57:04 +0000
commitc85542397ea83acec65dec224d4d821a546a8e07 (patch)
treecb5ea1e6aa9fd6f397d200642404c202fe8b9408 /main/duplicity
parent42b048fb77d1b20064de17e1dd0e06f75c73cc30 (diff)
downloadaports-c85542397ea83acec65dec224d4d821a546a8e07.tar.bz2
aports-c85542397ea83acec65dec224d4d821a546a8e07.tar.xz
main/duplicity: upgrade to 0.8.06
Diffstat (limited to 'main/duplicity')
-rw-r--r--main/duplicity/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD
index ad736cff3c..fe833567f3 100644
--- a/main/duplicity/APKBUILD
+++ b/main/duplicity/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Matt Smith <mcs@darkregion.net>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=duplicity
-pkgver=0.8.04
-pkgrel=1
+pkgver=0.8.06
+pkgrel=0
pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm"
url="http://duplicity.nongnu.org/"
arch="all"
@@ -11,8 +11,7 @@ license="GPL-2.0-or-later"
depends="python3 py3-boto gnupg ncftp py3-fasteners"
makedepends="python3-dev py3-future py3-setuptools librsync-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://code.launchpad.net/$pkgname/${pkgver:0:3}-series/$pkgver/+download/$pkgname-$pkgver.tar.gz"
-#builddir="$srcdir/$pkgname-$pkgver"
+source="https://code.launchpad.net/duplicity/${pkgver:0:3}-series/$pkgver/+download/duplicity-$pkgver.tar.gz"
build() {
python3 setup.py build
@@ -28,4 +27,4 @@ package() {
python3 setup.py install --root "$pkgdir"
}
-sha512sums="ca39e282df9de518535f56fc2b8912426faac069df66d394f191de4ef7edf5c8ebe03623b78c793a7f2615ddb4b3af7f3010150d1fcd6918428db45c5b62b9cf duplicity-0.8.04.tar.gz"
+sha512sums="c488df05d8d4e4b35091ce33b6f0167ca3c033746c06200eb5b98706aca5549e96838d31e234836d9e14341721b1f1b887ab89611f27c8202ff034e815bd868e duplicity-0.8.06.tar.gz"