diff options
Diffstat (limited to 'community/python-pyzmq/PKGBUILD')
-rw-r--r-- | community/python-pyzmq/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD index 8307aa178..75629a814 100644 --- a/community/python-pyzmq/PKGBUILD +++ b/community/python-pyzmq/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pyzmq pkgver=2.2.0.1 pkgrel=1 pkgdesc="Python3 bindings for zeromq, written in Cython" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.zeromq.org/bindings:python" license=('LGPL') depends=(zeromq python) |