diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 10:47:44 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:55 +0700 |
commit | d21616bd310b4b0e1fc4b887efe1fa455f8d0247 (patch) | |
tree | ba019e5f59a9d08cb63dd855505c1b425892f953 /python | |
parent | 469f96e1536aa94edca0677a7d0d297527b754ed (diff) |
python/python3-pyproject-hooks: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pyproject-hooks/python3-pyproject-hooks.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pyproject-hooks/python3-pyproject-hooks.SlackBuild b/python/python3-pyproject-hooks/python3-pyproject-hooks.SlackBuild index b05fea34ac17c..acffa128e7a31 100644 --- a/python/python3-pyproject-hooks/python3-pyproject-hooks.SlackBuild +++ b/python/python3-pyproject-hooks/python3-pyproject-hooks.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyproject-hooks -SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//" -e 's/-/_/') +SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/") VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |