summaryrefslogtreecommitdiffstats
path: root/python/python3-httpx/python3-httpx.SlackBuild
diff options
context:
space:
mode:
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
commit2a7050e0d7086682c32c04fbd6f54416d7c73569 (patch)
treea5a9db446d9fa9b62c77aa447ae3e0eb1018398a /python/python3-httpx/python3-httpx.SlackBuild
parentab0f3826fdef10e18d8ee45aec0d58c15e370e3f (diff)
downloadslackbuilds-2a7050e0d7086682c32c04fbd6f54416d7c73569.tar.gz
slackbuilds-2a7050e0d7086682c32c04fbd6f54416d7c73569.tar.xz
python/python3-httpx: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-httpx/python3-httpx.SlackBuild')
-rw-r--r--python/python3-httpx/python3-httpx.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-httpx/python3-httpx.SlackBuild b/python/python3-httpx/python3-httpx.SlackBuild
index 6bf00b10c8..f012f9dc6e 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}