summaryrefslogtreecommitdiff
path: root/core/libusbx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libusbx/PKGBUILD')
-rw-r--r--core/libusbx/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/libusbx/PKGBUILD b/core/libusbx/PKGBUILD
index fea42b7ac..ce4a12f6e 100644
--- a/core/libusbx/PKGBUILD
+++ b/core/libusbx/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.15
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)
@@ -13,7 +13,7 @@ options=(!libtool)
replaces=('libusb1' 'libusb')
provides=("libusb=$pkgver")
conflicts=("libusb")
-md5sums=('0fa83bfd8845893b9b28a921297606d0')
+md5sums=('d02c008c04f0ef420e0f2508cfa841ca')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"