diff options
Diffstat (limited to 'core/libusbx')
-rw-r--r-- | core/libusbx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libusbx/PKGBUILD b/core/libusbx/PKGBUILD index c1d1daf32..ac157641e 100644 --- a/core/libusbx/PKGBUILD +++ b/core/libusbx/PKGBUILD @@ -5,7 +5,7 @@ pkgver=1.0.14 pkgrel=1 depends=('glibc') pkgdesc="Library that provides generic access to USB device" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://libusbx.org" license=('LGPL') source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2) |