diff options
Diffstat (limited to 'python/cryptography')
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 2 | ||||
-rw-r--r-- | python/cryptography/cryptography.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index d84edebf9f25..4771b394a961 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cryptography VERSION=${VERSION:-38.0.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info index a8ea5276a085..35e3acdda997 100644 --- a/python/cryptography/cryptography.info +++ b/python/cryptography/cryptography.info @@ -123,6 +123,6 @@ MD5SUM="2b8b23b955b43994f222f78faf17713b \ 1a7c8f83d6e0c000fe06fe006c41e666" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pyasn1 asn1crypto python3-wheel python3-setuptools-rust" +REQUIRES="python3-pyasn1 python3-asn1crypto python3-wheel python3-setuptools-rust" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |