python/python3-docopt: SRCNAM changes.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-05-14 09:23:53 -06:00 committed by Willy Sudiarto Raharjo
parent 8518d6e5cd
commit ceb40d1cae
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-docopt PRGNAM=python3-docopt
SRCNAM=$(echo $PRGNAM | sed "s/python3-//") SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.6.2} VERSION=${VERSION:-0.6.2}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}