diff options
Diffstat (limited to 'python/python3-httpx')
-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 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} |