python/python2-docopt: SRCNAM changes.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-05-14 09:23:51 -06:00 committed by Willy Sudiarto Raharjo
parent df907fd59b
commit d93c359042
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

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