diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-16 21:23:59 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:31:52 +0100 |
commit | bdb00e9b9496291992f03018c914c4aea91e7f10 (patch) | |
tree | 2e5c2796c7c67af787460f56101c66987703d808 /main/py-cryptography | |
parent | 9cc9a42e08a88a3d0c9177686d60c346d87491d7 (diff) | |
download | aports-bdb00e9b9496291992f03018c914c4aea91e7f10.tar.bz2 aports-bdb00e9b9496291992f03018c914c4aea91e7f10.tar.xz |
main/py-cryptography: rebuild against new version of python3
Diffstat (limited to 'main/py-cryptography')
-rw-r--r-- | main/py-cryptography/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-cryptography/APKBUILD b/main/py-cryptography/APKBUILD index 62bd58282b..a9553357b0 100644 --- a/main/py-cryptography/APKBUILD +++ b/main/py-cryptography/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-cryptography _pkgname=${pkgname#py-} pkgver=1.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="A package which provides cryptographic recipes and primitives" url="http://pypi.python.org/pypi/cryptography" arch="all" |