diff options
Diffstat (limited to 'community/pyxattr/PKGBUILD')
-rw-r--r-- | community/pyxattr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pyxattr/PKGBUILD b/community/pyxattr/PKGBUILD index 2b0603640..adbe4b22e 100644 --- a/community/pyxattr/PKGBUILD +++ b/community/pyxattr/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pyxattr pkgver=0.5.0 pkgrel=1 pkgdesc="A python extension module that allows you to manipulate the extended attributes." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://pyxattr.sourceforge.net/' license=('GPL') depends=('python2') |