diff options
Diffstat (limited to 'extra/fuse')
-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 6b1505a4f..514dc00bf 100644 --- a/extra/fuse/PKGBUILD +++ b/extra/fuse/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fuse pkgver=2.9.2 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') |