summaryrefslogtreecommitdiffstats
path: root/python/python3-jsonschema/python3-jsonschema.SlackBuild
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 09:23:56 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:51 +0700
commit05757be352c3b3cd2e6037add587142e8ff4ec36 (patch)
treed1ec70bc4f9188f8fcd7aa19b063723018899989 /python/python3-jsonschema/python3-jsonschema.SlackBuild
parent3aebbad45c068adf816c6b644a126f506bccf480 (diff)
downloadslackbuilds-05757be352c3b3cd2e6037add587142e8ff4ec36.tar.gz
slackbuilds-05757be352c3b3cd2e6037add587142e8ff4ec36.tar.xz
python/python3-jsonschema: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--python/python3-jsonschema/python3-jsonschema.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-jsonschema/python3-jsonschema.SlackBuild b/python/python3-jsonschema/python3-jsonschema.SlackBuild
index 4cf1035aff..3c67f7a17a 100644
--- a/python/python3-jsonschema/python3-jsonschema.SlackBuild
+++ b/python/python3-jsonschema/python3-jsonschema.SlackBuild
@@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-jsonschema
-SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-4.17.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}