diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:55 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:49 +0700 |
commit | 2a7050e0d7086682c32c04fbd6f54416d7c73569 (patch) | |
tree | a5a9db446d9fa9b62c77aa447ae3e0eb1018398a | |
parent | ab0f3826fdef10e18d8ee45aec0d58c15e370e3f (diff) |
python/python3-httpx: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-httpx/python3-httpx.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-httpx/python3-httpx.SlackBuild b/python/python3-httpx/python3-httpx.SlackBuild index 6bf00b10c8417..f012f9dc6e816 100644 --- a/python/python3-httpx/python3-httpx.SlackBuild +++ b/python/python3-httpx/python3-httpx.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-httpx -SRCNAM=$(echo $PRGNAM | sed 's/python3-//') +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.23.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |