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