aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-zmq/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-zmq/APKBUILD')
-rw-r--r--community/py-zmq/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-zmq/APKBUILD b/community/py-zmq/APKBUILD
index da85480aba..f8209de3e3 100644
--- a/community/py-zmq/APKBUILD
+++ b/community/py-zmq/APKBUILD
@@ -6,7 +6,7 @@ pkgver=15.4.0
pkgrel=0
pkgdesc="Python bindings for ZeroMQ"
url="http://pypi.python.org/pypi/pyzmq"
-arch="noarch"
+arch="all"
license="LGPL3+ BSD"
depends=""
makedepends="python2-dev python3-dev py-setuptools zeromq-dev"
@@ -28,7 +28,6 @@ package() {
_py() {
local python=$1
pkgdesc="$pkgdesc - $python"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"