diff options
Diffstat (limited to 'community/encfs/PKGBUILD')
-rw-r--r-- | community/encfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/encfs/PKGBUILD b/community/encfs/PKGBUILD index 5940ffeba..d338ce110 100644 --- a/community/encfs/PKGBUILD +++ b/community/encfs/PKGBUILD @@ -8,7 +8,7 @@ pkgname=encfs pkgver=1.7.4 pkgrel=10 pkgdesc='Encrypted filesystem in user-space' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.arg0.net/encfs' license=('GPL') depends=('rlog' 'openssl' 'fuse' 'boost-libs') |