diff options
author | fourtysixandtwo | 2023-05-14 17:23:57 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2023-05-15 06:05:53 +0200 |
commit | 73697ee218d6aff5fd6fea20986c96203fb91a50 (patch) | |
tree | 614f94170dc765e0938ff8abf3cb5d3ecfd51414 /python/python3-rfc3986 | |
parent | ba8ad5aaeb26b8c15e967b0c3f7c0b40c1021425 (diff) | |
download | slackbuilds-73697ee218d6aff5fd6fea20986c96203fb91a50.tar.gz |
python/python3-rfc3986: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-rfc3986')
-rw-r--r-- | python/python3-rfc3986/python3-rfc3986.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-rfc3986/python3-rfc3986.SlackBuild b/python/python3-rfc3986/python3-rfc3986.SlackBuild index a1bf6d6a60..1b0be53569 100644 --- a/python/python3-rfc3986/python3-rfc3986.SlackBuild +++ b/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} |