aboutsummaryrefslogtreecommitdiff
path: root/python/python3-hatchling/python3-hatchling.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 02:48:02 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:21 +0700
commit9b468c2eec8a56386dba1114d77f6d56978df5ca (patch)
tree1e98dddb45d62e876db580aa02e3197d9aaaa6a6 /python/python3-hatchling/python3-hatchling.SlackBuild
parentc6208b6ec8a99e231cf228b8642c1608af8ce065 (diff)
python/python3-hatchling: Updated for version 1.17.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hatchling/python3-hatchling.SlackBuild')
-rw-r--r--python/python3-hatchling/python3-hatchling.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-hatchling/python3-hatchling.SlackBuild b/python/python3-hatchling/python3-hatchling.SlackBuild
index 46ed21b14b..92a31cc651 100644
--- a/python/python3-hatchling/python3-hatchling.SlackBuild
+++ b/python/python3-hatchling/python3-hatchling.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-hatchling
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
-VERSION=${VERSION:-1.14.0}
+SRCNAM=${PRGNAM#python3-*}
+VERSION=${VERSION:-1.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}