diff options
Diffstat (limited to 'community/duplicity')
-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 76777625f..d756f7ab1 100644 --- a/community/duplicity/PKGBUILD +++ b/community/duplicity/PKGBUILD @@ -7,7 +7,7 @@ pkgname=duplicity pkgver=0.6.23 pkgrel=3 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=('gnupg' 'librsync' 'ncftp' 'python2-paramiko' 'python2-lockfile') |