diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:53 +0700 |
commit | 1aca99c061f669b80e8f99315b0f8b50472d41d8 (patch) | |
tree | b918338b1e9c7d9df64ac648f91724d2ba1b4c7b /python/python3-tomli_w | |
parent | 615722a706feb660559fe90ddb11ea014be11f12 (diff) |
python/python3-tomli_w: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tomli_w')
-rw-r--r-- | python/python3-tomli_w/python3-tomli_w.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-tomli_w/python3-tomli_w.SlackBuild b/python/python3-tomli_w/python3-tomli_w.SlackBuild index f4ac34b76801d..7d20a1f227b24 100644 --- a/python/python3-tomli_w/python3-tomli_w.SlackBuild +++ b/python/python3-tomli_w/python3-tomli_w.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-tomli_w -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |