diff options
Diffstat (limited to 'community/ifuse/PKGBUILD')
-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 d1b785a2b..ce3e41ec8 100644 --- a/community/ifuse/PKGBUILD +++ b/community/ifuse/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.1.2 pkgrel=3 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") |