diff options
Diffstat (limited to 'community/cython')
-rw-r--r-- | community/cython/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cython/PKGBUILD b/community/cython/PKGBUILD index 84cb89e10..b6a8f9919 100644 --- a/community/cython/PKGBUILD +++ b/community/cython/PKGBUILD @@ -6,7 +6,7 @@ pkgname=cython pkgver=0.14.1 pkgrel=1 pkgdesc="C-Extensions for Python " -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://www.cython.org" license=('APACHE') depends=('python2') |