diff options
Diffstat (limited to 'core/attr/PKGBUILD')
-rw-r--r-- | core/attr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/attr/PKGBUILD b/core/attr/PKGBUILD index 5b5dbba0b..7d0615c97 100644 --- a/core/attr/PKGBUILD +++ b/core/attr/PKGBUILD @@ -5,7 +5,7 @@ pkgname=attr pkgver=2.4.47 pkgrel=1 pkgdesc="Extended attribute support library for ACL support" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://savannah.nongnu.org/projects/attr" license=('LGPL') depends=('glibc') |