diff options
Diffstat (limited to 'community/python-numarray')
-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 02d098a71..30a7cd923 100644 --- a/community/python-numarray/PKGBUILD +++ b/community/python-numarray/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-numarray pkgver=1.5.2 pkgrel=5 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') |