diff options
Diffstat (limited to 'core/libcap/PKGBUILD')
-rw-r--r-- | core/libcap/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/libcap/PKGBUILD b/core/libcap/PKGBUILD index 6afa61fee..53495e583 100644 --- a/core/libcap/PKGBUILD +++ b/core/libcap/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libcap pkgver=2.22 pkgrel=1 pkgdesc="POSIX 1003.1e capabilities" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sites.google.com/site/fullycapable/" license=('GPL2') depends=('glibc' 'attr') |