aboutsummaryrefslogtreecommitdiffstats
path: root/main/py-crypto/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/py-crypto/APKBUILD')
-rw-r--r--main/py-crypto/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/py-crypto/APKBUILD b/main/py-crypto/APKBUILD
index ac0e09fde6..ea61c08765 100644
--- a/main/py-crypto/APKBUILD
+++ b/main/py-crypto/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.6.1
pkgrel=1
pkgdesc="A Python collection of cryptographic algorithms and protocols"
url="https://www.dlitz.net/software/pycrypto/"
-arch="noarch"
+arch="all"
license="BSD"
depends=""
makedepends="gmp-dev python2-dev python3-dev"
@@ -31,7 +31,6 @@ package() {
_py() {
local python="$1"
pkgdesc="$pkgdesc (for $python)"
- arch="all"
install_if="$pkgname=$pkgver-r$pkgrel $python"
cd "$builddir"