diff options
Diffstat (limited to 'community/pystatgrab/PKGBUILD')
-rw-r--r-- | community/pystatgrab/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD index 661976425..18a8af4fd 100644 --- a/community/pystatgrab/PKGBUILD +++ b/community/pystatgrab/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pystatgrab pkgver=0.5 pkgrel=5 pkgdesc="Python bindings for libstatgrab" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.i-scream.org/pystatgrab" license=('GPL') depends=('python2' 'libstatgrab') |