aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-markupsafe/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-markupsafe/APKBUILD')
-rw-r--r--main/py-markupsafe/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-markupsafe/APKBUILD b/main/py-markupsafe/APKBUILD
index 83be40c134..4790eb901c 100644
--- a/main/py-markupsafe/APKBUILD
+++ b/main/py-markupsafe/APKBUILD
@@ -6,7 +6,7 @@ pkgver=0.23
pkgrel=3
pkgdesc="Implements a XML/HTML/XHTML Markup safe string"
url="https://github.com/mitsuhiko/markupsafe"
-arch="noarch"
+arch="all"
license="BSD"
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"