aboutsummaryrefslogtreecommitdiff
path: root/python/python3-poetry-core/python3-poetry-core.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 10:45:30 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:55 +0700
commit469f96e1536aa94edca0677a7d0d297527b754ed (patch)
tree354b09bd2b8d008fc7fa4411131996b2781d2ea9 /python/python3-poetry-core/python3-poetry-core.SlackBuild
parentf58b76aa1336fc238f4685a9562f45c047b94e15 (diff)
python/python3-poetry-core: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-poetry-core/python3-poetry-core.SlackBuild')
-rw-r--r--python/python3-poetry-core/python3-poetry-core.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-poetry-core/python3-poetry-core.SlackBuild b/python/python3-poetry-core/python3-poetry-core.SlackBuild
index 41e224d14b..d82a36037c 100644
--- a/python/python3-poetry-core/python3-poetry-core.SlackBuild
+++ b/python/python3-poetry-core/python3-poetry-core.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-poetry-core
-SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//" -e "s/-/_/")
+SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/")
VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}