aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-lz4/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-lz4/APKBUILD')
-rw-r--r--community/py-lz4/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-lz4/APKBUILD b/community/py-lz4/APKBUILD
index eeba813350..89dfb671e4 100644
--- a/community/py-lz4/APKBUILD
+++ b/community/py-lz4/APKBUILD
@@ -6,7 +6,7 @@ _pkgname=${pkgname#py-}
pkgrel=0
pkgdesc="LZ4 Bindings for Python"
url="https://pypi.python.org/pypi/lz4"
-arch="noarch"
+arch="all"
license="BSD"
makedepends="python2-dev python3-dev py-setuptools lz4-dev"
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2 $pkgname-tests:_tests"
@@ -27,7 +27,6 @@ _py() {
local python=$1
pkgdesc="$pkgdesc ${python#python}"
depends="$python"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"