diff options
Diffstat (limited to 'main/duplicity')
-rw-r--r-- | main/duplicity/APKBUILD | 6 |
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" |