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 e85372405..5d49eabee 100644 --- a/community/ifuse/PKGBUILD +++ b/community/ifuse/PKGBUILD @@ -6,7 +6,7 @@ pkgver=1.1.1 pkgrel=4 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") |