diff options
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 |
commit | 05757be352c3b3cd2e6037add587142e8ff4ec36 (patch) | |
tree | d1ec70bc4f9188f8fcd7aa19b063723018899989 /python | |
parent | 3aebbad45c068adf816c6b644a126f506bccf480 (diff) |
python/python3-jsonschema: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-jsonschema/python3-jsonschema.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-jsonschema/python3-jsonschema.SlackBuild b/python/python3-jsonschema/python3-jsonschema.SlackBuild index 4cf1035aff64d..3c67f7a17a00e 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} |