diff options
Diffstat (limited to 'extra/numactl/PKGBUILD')
-rw-r--r-- | extra/numactl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/numactl/PKGBUILD b/extra/numactl/PKGBUILD index 7a09b97f4..030e175d4 100644 --- a/extra/numactl/PKGBUILD +++ b/extra/numactl/PKGBUILD @@ -5,7 +5,7 @@ pkgname=numactl pkgver=2.0.8 pkgrel=2 pkgdesc="Simple NUMA policy support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://oss.sgi.com/projects/libnuma/" license=('LGPL2.1' 'GPL2') depends=('perl') |