aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/python3-requests-cache/python3-requests-cache.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-requests-cache/python3-requests-cache.SlackBuild b/python/python3-requests-cache/python3-requests-cache.SlackBuild
index da66b73c1c9a..b12f9ef7a90f 100644
--- a/python/python3-requests-cache/python3-requests-cache.SlackBuild
+++ b/python/python3-requests-cache/python3-requests-cache.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-requests-cache
-SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//" -e 's/-/_/')
+SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/")
VERSION=${VERSION:-0.9.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}