aboutsummaryrefslogtreecommitdiff
path: root/python/python3-httpcore/python3-httpcore.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-httpcore/python3-httpcore.SlackBuild')
-rw-r--r--python/python3-httpcore/python3-httpcore.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-httpcore/python3-httpcore.SlackBuild b/python/python3-httpcore/python3-httpcore.SlackBuild
index 3847840d58..754d4b97f8 100644
--- a/python/python3-httpcore/python3-httpcore.SlackBuild
+++ b/python/python3-httpcore/python3-httpcore.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-httpcore
-SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.17.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}