diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:57 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:53 +0700 |
commit | 73697ee218d6aff5fd6fea20986c96203fb91a50 (patch) | |
tree | 614f94170dc765e0938ff8abf3cb5d3ecfd51414 /python/python3-rfc3986 | |
parent | ba8ad5aaeb26b8c15e967b0c3f7c0b40c1021425 (diff) |
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 a1bf6d6a600e1..1b0be5356917a 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} |