diff options
Diffstat (limited to 'community/ifuse')
-rw-r--r-- | community/ifuse/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ifuse/PKGBUILD b/community/ifuse/PKGBUILD index bcdf2b502..04ec13ca0 100644 --- a/community/ifuse/PKGBUILD +++ b/community/ifuse/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.1.2 pkgrel=2 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch' url='http://libimobiledevice.org/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') depends=('libimobiledevice' 'fuse') source=("http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") |