diff options
Diffstat (limited to 'community/fuse-exfat/PKGBUILD')
-rw-r--r-- | community/fuse-exfat/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD index 2b2822f85..cce35b5dc 100644 --- a/community/fuse-exfat/PKGBUILD +++ b/community/fuse-exfat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fuse-exfat pkgver=0.9.8 pkgrel=1 pkgdesc="Free exFAT file system implementation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/exfat/" license=('GPL3') depends=('fuse') |