diff options
Diffstat (limited to 'community/mtpfs')
-rw-r--r-- | community/mtpfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mtpfs/PKGBUILD b/community/mtpfs/PKGBUILD index 7f2731b40..7f34f7b56 100644 --- a/community/mtpfs/PKGBUILD +++ b/community/mtpfs/PKGBUILD @@ -7,7 +7,7 @@ pkgname=mtpfs pkgver=1.1 pkgrel=1 pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.adebenham.com/mtpfs/" license=('GPL3') depends=('libmtp' 'glib2' 'libid3tag' 'fuse' 'libmad') |