diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:53 +0700 |
commit | 332f6b6cbbc28e17e59abe7970b5b6b4e5ede912 (patch) | |
tree | de306817a2538ab03c9213c2edab06f162afb7ef | |
parent | 1be952146e91e3e262c229693000b40771190b42 (diff) |
python/python3-url-normalize: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-url-normalize/python3-url-normalize.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-url-normalize/python3-url-normalize.SlackBuild b/python/python3-url-normalize/python3-url-normalize.SlackBuild index 940a0edf8899..b99bad36fba5 100644 --- a/python/python3-url-normalize/python3-url-normalize.SlackBuild +++ b/python/python3-url-normalize/python3-url-normalize.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-url-normalize -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |