summaryrefslogtreecommitdiff
path: root/extra/libcap-ng
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-08 12:48:46 +0100
committerJoe <joe@joelightning.com>2011-10-08 12:48:46 +0100
commit93f823e2615dcdfd4bb5a5b80a40489c5369232d (patch)
tree691eaca4a4984cca34673fa74a4cc2162113a540 /extra/libcap-ng
parent0645a632c90eb70e264f8d591c072730a761caa4 (diff)
fixed arch array
Diffstat (limited to 'extra/libcap-ng')
-rw-r--r--extra/libcap-ng/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libcap-ng/PKGBUILD b/extra/libcap-ng/PKGBUILD
index 1e3544bfd..aee0abad5 100644
--- a/extra/libcap-ng/PKGBUILD
+++ b/extra/libcap-ng/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=libcap-ng
pkgver=0.6.6
pkgrel=1
pkgdesc="A library intended to make programming with POSIX capabilities much easier than the traditional libcap"
-arch=('i686' 'x86_64')
+arch=(mips64el)
url="http://people.redhat.com/sgrubb/libcap-ng/"
license=('GPL2' 'LGPL2.1')
depends=('glibc')