diff options
Diffstat (limited to 'community/python-scipy')
-rwxr-xr-x | community/python-scipy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD index c0dbdcb4a..f726054ca 100755 --- a/community/python-scipy/PKGBUILD +++ b/community/python-scipy/PKGBUILD @@ -12,7 +12,7 @@ pkgver=0.9.0 _theapp=$_app-$pkgver pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.scipy.org/" license=('BSD') depends=('python3-numpy') |