aboutsummaryrefslogtreecommitdiffstats
path: root/main/duplicity/APKBUILD
diff options
context:
space:
mode:
authorMustang <mustang@miswave.com>2019-12-16 16:28:57 +0000
committerLeo <thinkabit.ukim@gmail.com>2019-12-16 18:34:00 +0100
commit5d045c47f3501b7254fe112a2ae9b335d7ffce89 (patch)
tree6cec5cb3bc4fc6bc624c2a8da2606ec4c8d70d32 /main/duplicity/APKBUILD
parent39c54bc7ddd13b1114e78f1eb01727f4f6aa7c8f (diff)
Update APKBUILD
Diffstat (limited to 'main/duplicity/APKBUILD')
-rw-r--r--main/duplicity/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD
index fe833567f37..1525a69f8d8 100644
--- a/main/duplicity/APKBUILD
+++ b/main/duplicity/APKBUILD
@@ -2,13 +2,13 @@
# Contributor: Matt Smith <mcs@darkregion.net>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=duplicity
-pkgver=0.8.06
+pkgver=0.8.08
pkgrel=0
pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm"
url="http://duplicity.nongnu.org/"
arch="all"
license="GPL-2.0-or-later"
-depends="python3 py3-boto gnupg ncftp py3-fasteners"
+depends="python3 py3-boto gnupg ncftp py3-fasteners py3-future"
makedepends="python3-dev py3-future py3-setuptools librsync-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://code.launchpad.net/duplicity/${pkgver:0:3}-series/$pkgver/+download/duplicity-$pkgver.tar.gz"
@@ -27,4 +27,4 @@ package() {
python3 setup.py install --root "$pkgdir"
}
-sha512sums="c488df05d8d4e4b35091ce33b6f0167ca3c033746c06200eb5b98706aca5549e96838d31e234836d9e14341721b1f1b887ab89611f27c8202ff034e815bd868e duplicity-0.8.06.tar.gz"
+sha512sums="968ba458b896874ba1af41753927a01446649ea1864128f3a8ac62e31416656e36844ae62a3408e3d82588da3c23929c714bbdb01b6472a80c2f695801985a15 duplicity-0.8.08.tar.gz"