Browse Source

python/python3-rfc3986: SRCNAM changes.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
fourtysixandtwo 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
73697ee218
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python3-rfc3986/python3-rfc3986.SlackBuild

2
python/python3-rfc3986/python3-rfc3986.SlackBuild

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

Loading…
Cancel
Save