aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-crypto
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-crypto')
-rw-r--r--testing/py-crypto/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-crypto/APKBUILD b/testing/py-crypto/APKBUILD
index 75f31dd658..a1beecb8fd 100644
--- a/testing/py-crypto/APKBUILD
+++ b/testing/py-crypto/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py-crypto
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of cryptographic algorithms and protocols, implemented for use from Python."
url="http://www.amk.ca/python/code/crypto.html"
license="GPL"
depends="python"
-makedepends="gmp5-dev python-dev"
+makedepends="gmp-dev python-dev"
source="http://www.amk.ca/files/python/crypto/pycrypto-$pkgver.tar.gz"
_builddir="$srcdir"/pycrypto-$pkgver