aboutsummaryrefslogtreecommitdiff
path: root/python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild
diff options
context:
space:
mode:
authorMarkus Rinne <markus.ka.rinne@gmail.com>2025-03-16 12:48:39 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-16 18:25:15 +0700
commit3d2b8f8dcf6faf06426edc80e14d20602f591cd7 (patch)
tree3fecbfc5b095b2026453708f965e6d9d436417cc /python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild
parentc161d64222c512069004e8cdb0ce8f978ed3f36c (diff)
python/python2-pycryptodomex: Updated for version 3.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild')
-rw-r--r--python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild b/python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild
index ca415ad3e9..001ea1389c 100644
--- a/python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild
+++ b/python/python2-pycryptodomex/python2-pycryptodomex.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python2-pycryptodomex
-VERSION=${VERSION:-3.21.0}
+VERSION=${VERSION:-3.22.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,7 +72,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS.rst Changelog.rst FuturePlans.rst INSTALL.rst LICENSE.rst README.rst \
+ AUTHORS.rst Changelog.rst INSTALL.rst LICENSE.rst README.rst \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild