diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:54 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:48 +0700 |
commit | 23fa2580ae6f8192fd30443c61c68436100e5d76 (patch) | |
tree | f1debdf8e2523a8cd7018c0ef11beb821c49fa04 /python/python3-exceptiongroup | |
parent | 096a81642da00a245227efc88129417da29ca91a (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild b/python/python3-exceptiongroup/python3-exceptiongroup.SlackBuild index 2eb37ea646a4..cd46d27c55bd 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} |