diff options
Diffstat (limited to 'community/duplicity/PKGBUILD')
-rw-r--r-- | community/duplicity/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/duplicity/PKGBUILD b/community/duplicity/PKGBUILD index 7582d22f7..e48dfc041 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -6,7 +6,7 @@ pkgname=duplicity pkgver=0.6.19 pkgrel=1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.nongnu.org/duplicity/' license=('GPL') depends=('librsync' 'ncftp' 'python2' 'python-boto' 'python-gnupginterface' 'python-paramiko') |