diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:54 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:49 +0700 |
commit | 7b8684a788a15df4c91ee1b7f69ad276fa8cd2d8 (patch) | |
tree | 4fbf48ed7f0ea65240697dc812b3f2c03f23acba /python/python3-h11 | |
parent | 17dad99c68a7d75da06997cacf5a63af58bfe989 (diff) |
python/python3-h11: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-h11')
-rw-r--r-- | python/python3-h11/python3-h11.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-h11/python3-h11.SlackBuild b/python/python3-h11/python3-h11.SlackBuild index 7ceabb4ee9c9d..79ba567903e7a 100644 --- a/python/python3-h11/python3-h11.SlackBuild +++ b/python/python3-h11/python3-h11.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-h11 -SRCNAM=$(echo $PRGNAM | sed 's/python3-//') +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |