diff options
Diffstat (limited to 'extra/fuse/PKGBUILD')
-rw-r--r-- | extra/fuse/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/fuse/PKGBUILD b/extra/fuse/PKGBUILD index f3863969e..ef08b69d6 100644 --- a/extra/fuse/PKGBUILD +++ b/extra/fuse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fuse pkgver=2.8.5 pkgrel=1 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://fuse.sourceforge.net/" license="GPL2" depends=('glibc') |