diff options
Diffstat (limited to 'core/udev/PKGBUILD')
-rw-r--r-- | core/udev/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/udev/PKGBUILD b/core/udev/PKGBUILD index 114f524b9..37ad6c423 100644 --- a/core/udev/PKGBUILD +++ b/core/udev/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=5 pkgdesc="The userspace dev tools (udev)" depends=('util-linux' 'libusb-compat' 'glib2' 'kmod' 'pciutils' 'usbutils' 'acl') install=udev.install -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') makedepends=('gobject-introspection' 'gperf' 'libxslt' 'usbutils' 'kmod') source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgname-$pkgver.tar.xz |