diff options
Diffstat (limited to 'core/libusb')
-rw-r--r-- | core/libusb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libusb/PKGBUILD b/core/libusb/PKGBUILD index 947361b3d..e097bc137 100644 --- a/core/libusb/PKGBUILD +++ b/core/libusb/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.0.8 pkgrel=1 depends=('glibc') pkgdesc="Library to enable user space application programs to communicate with USB devices." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://libusb.sourceforge.net/" license=('LGPL') source=(http://downloads.sourceforge.net/libusb/libusb-${pkgver}.tar.bz2) |