summaryrefslogtreecommitdiff
path: root/core/libnl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libnl/PKGBUILD')
-rw-r--r--core/libnl/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD
index 54273dbe9..f7daefedd 100644
--- a/core/libnl/PKGBUILD
+++ b/core/libnl/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libnl
pkgver=3.2.23
pkgrel=1
pkgdesc="Library for applications dealing with netlink sockets"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64' 'mips64el')
url="http://www.infradead.org/~tgr/libnl/"
license=(GPL)
depends=(glibc)