diff options
Diffstat (limited to 'community/python-numarray/PKGBUILD')
-rw-r--r-- | community/python-numarray/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-numarray/PKGBUILD b/community/python-numarray/PKGBUILD index 788f59063..9d0a41205 100644 --- a/community/python-numarray/PKGBUILD +++ b/community/python-numarray/PKGBUILD @@ -7,7 +7,7 @@ pkgname=python2-numarray pkgver=1.5.2 pkgrel=6 pkgdesc='Provides array manipulation and computational capabilities.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://numpy.scipy.org/' license=('BSD') depends=('python2') |