summaryrefslogtreecommitdiffstats
path: root/python/python3-rfc3986
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:57 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:53 +0200
commit73697ee218d6aff5fd6fea20986c96203fb91a50 (patch)
tree614f94170dc765e0938ff8abf3cb5d3ecfd51414 /python/python3-rfc3986
parentba8ad5aaeb26b8c15e967b0c3f7c0b40c1021425 (diff)
downloadslackbuilds-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.SlackBuild2
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}