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 9916a3a9c..4818c8e4a 100644 --- a/core/udev/PKGBUILD +++ b/core/udev/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=4 pkgdesc="The userspace dev tools (udev)" depends=('util-linux' 'glib2' 'kmod' 'hwids' 'bash' 'acl') install=udev.install -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') makedepends=('gobject-introspection' 'gperf' 'libxslt') source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$pkgname-$pkgver.tar.xz |