diff options
Diffstat (limited to 'extra/libraw1394/PKGBUILD')
-rw-r--r-- | extra/libraw1394/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libraw1394/PKGBUILD b/extra/libraw1394/PKGBUILD index 786d0fc96..3f61231e3 100644 --- a/extra/libraw1394/PKGBUILD +++ b/extra/libraw1394/PKGBUILD @@ -5,13 +5,13 @@ pkgname=libraw1394 pkgver=2.0.7 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL2.1') pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver" depends=('glibc') makedepends=('pkgconfig') url="https://ieee1394.wiki.kernel.org/index.php/Main_Page" -options=(!libtool force) +options=(!libtool) source=(ftp://ftp.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.bz2) build() { |