diff options
Diffstat (limited to 'testing/py-crypto/APKBUILD')
-rw-r--r-- | testing/py-crypto/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-crypto/APKBUILD b/testing/py-crypto/APKBUILD index 43e325a09..5a1a6c4a9 100644 --- a/testing/py-crypto/APKBUILD +++ b/testing/py-crypto/APKBUILD @@ -4,7 +4,7 @@ pkgver=2.0.1 pkgrel=3 pkgdesc="A collection of cryptographic algorithms and protocols, implemented for use from Python." url="http://www.amk.ca/python/code/crypto.html" -arch="x86 x86_64" +arch="all" license="GPL" depends="python" makedepends="gmp-dev python-dev" |