aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-setproctitle/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-setproctitle/APKBUILD')
-rw-r--r--community/py-setproctitle/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-setproctitle/APKBUILD b/community/py-setproctitle/APKBUILD
index 96c3617e65..a686caa177 100644
--- a/community/py-setproctitle/APKBUILD
+++ b/community/py-setproctitle/APKBUILD
@@ -6,7 +6,7 @@ pkgver=1.1.10
pkgrel=1
pkgdesc="A Python module to customize the process title"
url="https://github.com/dvarrazzo/py-setproctitle"
-arch="noarch"
+arch="all"
license="BSD"
depends=""
makedepends="python2-dev python3-dev musl-dev"
@@ -37,7 +37,6 @@ _py3() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"