aboutsummaryrefslogtreecommitdiffstats
path: root/main/duplicity
diff options
context:
space:
mode:
authorMatt Smith <mcs@darkregion.net>2011-04-14 02:20:35 -0500
committerMatt Smith <mcs@darkregion.net>2011-04-14 02:20:35 -0500
commitf6817c6d7393143719497f7f795a3212ceed95e6 (patch)
tree40a9fbf177364752dca2240efbe59e2c99ab84ed /main/duplicity
parentf2644c87ec06ee938f543540ab04760b849989af (diff)
downloadaports-f6817c6d7393143719497f7f795a3212ceed95e6.tar.bz2
aports-f6817c6d7393143719497f7f795a3212ceed95e6.tar.xz
main/duplicity: upgrade to 0.6.13
Diffstat (limited to 'main/duplicity')
-rw-r--r--main/duplicity/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/duplicity/APKBUILD b/main/duplicity/APKBUILD
index 71b49662e8..19520d99fd 100644
--- a/main/duplicity/APKBUILD
+++ b/main/duplicity/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Matt Smith <mcs@darkregion.net>
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=duplicity
-pkgver=0.6.12
+pkgver=0.6.13
pkgrel=0
pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm"
url="http://duplicity.nongnu.org/"
-arch=""
+arch="all"
license="GPL"
depends="python py-boto ncftp librsync gnupg"
makedepends="wget python-dev py-setuptools librsync-dev"
@@ -30,4 +30,4 @@ package() {
python setup.py install --root "$pkgdir"
}
-md5sums="9b84c984054550bbb2ba29b553567b7b duplicity-0.6.12.tar.gz"
+md5sums="b3d627f35fc527b00121925840d5cca7 duplicity-0.6.13.tar.gz"