summaryrefslogtreecommitdiffstats
path: root/python/python3-exceptiongroup
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:54 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:48 +0200
commit23fa2580ae6f8192fd30443c61c68436100e5d76 (patch)
treef1debdf8e2523a8cd7018c0ef11beb821c49fa04 /python/python3-exceptiongroup
parent096a81642da00a245227efc88129417da29ca91a (diff)
downloadslackbuilds-23fa2580ae6f8192fd30443c61c68436100e5d76.tar.gz
python/python3-exceptiongroup: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-exceptiongroup')
-rw-r--r--python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild b/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild
index 2eb37ea646..cd46d27c55 100644
--- a/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild
+++ b/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-exceptiongroup
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}