diff options
Diffstat (limited to 'testing/duplicity/APKBUILD')
-rw-r--r-- | testing/duplicity/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/duplicity/APKBUILD b/testing/duplicity/APKBUILD index a380eea858..4248489a27 100644 --- a/testing/duplicity/APKBUILD +++ b/testing/duplicity/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.11 pkgrel=0 pkgdesc="Encrypted bandwidth-efficient backup using the rsync algorithm" url="http://duplicity.nongnu.org/" -arch="x86 x86_64" +arch="all" license="GPL" depends="python py-boto ncftp librsync gnupg" makedepends="wget python-dev py-setuptools librsync-dev" |