diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 10:49:41 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:55 +0700 |
commit | e45a275bc2032a0a2a9a4cfa9c703f0c4ff9261d (patch) | |
tree | de08f63f7b842c7acb4ff89da726301197ee80cf /python/python3-requests-cache | |
parent | d21616bd310b4b0e1fc4b887efe1fa455f8d0247 (diff) |
python/python3-requests-cache: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-requests-cache')
-rw-r--r-- | python/python3-requests-cache/python3-requests-cache.SlackBuild | 2 |
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} |