aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 09:23:58 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:53 +0700
commit332f6b6cbbc28e17e59abe7970b5b6b4e5ede912 (patch)
treede306817a2538ab03c9213c2edab06f162afb7ef /python
parent1be952146e91e3e262c229693000b40771190b42 (diff)
downloadslackbuilds-332f6b6cbbc28e17e59abe7970b5b6b4e5ede912.tar.xz
python/python3-url-normalize: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-url-normalize/python3-url-normalize.SlackBuild2
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}