diff options
Diffstat (limited to 'community/zeromq/PKGBUILD')
-rw-r--r-- | community/zeromq/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/zeromq/PKGBUILD b/community/zeromq/PKGBUILD index 6f3f66b54..c2aaa3fff 100644 --- a/community/zeromq/PKGBUILD +++ b/community/zeromq/PKGBUILD @@ -4,7 +4,7 @@ pkgname=zeromq pkgver=3.2.2 pkgrel=2 pkgdesc="Fast messaging system built on sockets, C and C++ bindings. aka 0MQ, ZMQ." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.zeromq.org" license=('LGPL') depends=('gcc-libs' 'util-linux') |