aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-msgpack')
-rw-r--r--community/py-msgpack/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-msgpack/APKBUILD b/community/py-msgpack/APKBUILD
index 5d0c65030f..a592cf4b7f 100644
--- a/community/py-msgpack/APKBUILD
+++ b/community/py-msgpack/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.4.8
pkgrel=1
pkgdesc="A Python module for MessagePack serialization/deserialization"
url="http://pypi.python.org/pypi/msgpack-python/"
-arch="noarch"
+arch="all"
license="ASL 2.0"
depends=""
makedepends="python2-dev python3-dev py-setuptools"
@@ -27,7 +27,6 @@ package() {
_py() {
local python=$1
pkgdesc="$pkgdesc (for $python)"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"