aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-05-08 10:52:42 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-05-08 08:04:31 -0300
commitd037c9a42ccb14eb1939ece89f6a4f01b91ac52a (patch)
tree1a00914c8561da5b2bdd355693f1ecc7398b05af
parent552a983457198eaca168dd99ab96b0c6640ace0d (diff)
community/duplicity: upgrade to 0.8.13
https://gitlab.com/duplicity/duplicity/-/blob/master/CHANGELOG#L1
-rw-r--r--community/duplicity/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/duplicity/APKBUILD b/community/duplicity/APKBUILD
index daa9b67201f..477d1954b38 100644
--- a/community/duplicity/APKBUILD
+++ b/community/duplicity/APKBUILD
@@ -2,16 +2,16 @@
# Contributor: Matt Smith <mcs@darkregion.net>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=duplicity
-pkgver=0.8.12.1612
+pkgver=0.8.13
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 py3-future"
-makedepends="python3-dev py3-future py3-setuptools librsync-dev gettext"
+makedepends="python3-dev py3-future py3-setuptools librsync-dev gettext py3-setuptools_scm"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://launchpad.net/duplicity/0.8-series/${pkgver%.*}/+download/duplicity-$pkgver.tar.gz"
+source="https://launchpad.net/duplicity/0.8-series/$pkgver/+download/duplicity-$pkgver.tar.gz"
build() {
python3 setup.py build
@@ -25,4 +25,4 @@ package() {
python3 setup.py install --root "$pkgdir"
}
-sha512sums="eac4d1aecd604ece123bd3b5cecd3b65e1213c243db1a3ce25bae58360d666dd1db07ba0a137e7682f99775ece20453c7dc44cd87940b56c0acd05d01149c951 duplicity-0.8.12.1612.tar.gz"
+sha512sums="71e07fa17dcf2002a0275bdf236c1b2c30143e276abfdee15e45a75f0adeefc9e784c76a578f90f6ed785f093f364b877551374204e70b930dd5d0920f7e1e75 duplicity-0.8.13.tar.gz"