mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python3-pyproject-hooks: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
469f96e153
commit
d21616bd31
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue