diff options
Diffstat (limited to 'community/mfs/PKGBUILD')
-rw-r--r-- | community/mfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mfs/PKGBUILD b/community/mfs/PKGBUILD index ce0be25e3..857563518 100644 --- a/community/mfs/PKGBUILD +++ b/community/mfs/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.6.20 pkgrel=8 pkgdesc="MooseFS, fault tolerant, network distributed file system" license=("GPL3") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') depends=('zlib' 'fuse' 'python2') url="http://www.moosefs.com/" |