diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 02:34:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:20 +0700 |
commit | b736b197fdf4c496381826316145b90b848b41a0 (patch) | |
tree | eb3855324dbbccddff14189d4ea779b72b288199 /python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild | |
parent | 872ab449c9f44cd5f5230c1b498828acba38e455 (diff) |
python/python3-trove-classifiers: Updated for version 2023.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild')
-rw-r--r-- | python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild index 7e4699e0c1..c2b0717f5e 100644 --- a/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild +++ b/python/python3-trove-classifiers/python3-trove-classifiers.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-trove-classifiers -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-2023.3.9} +SRCNAM=${PRGNAM#python3-*} +VERSION=${VERSION:-2023.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |