aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 10:49:41 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:55 +0700
commite45a275bc2032a0a2a9a4cfa9c703f0c4ff9261d (patch)
treede08f63f7b842c7acb4ff89da726301197ee80cf /python
parentd21616bd310b4b0e1fc4b887efe1fa455f8d0247 (diff)
downloadslackbuilds-e45a275bc2032a0a2a9a4cfa9c703f0c4ff9261d.tar.xz
python/python3-requests-cache: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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}