diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 10:53:11 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:55 +0700 |
commit | f8d6d0e10613929cc37419e7d7d2c517a7e40069 (patch) | |
tree | 48a37304eafde11ba4c914770a2b67a783129c10 /python | |
parent | e45a275bc2032a0a2a9a4cfa9c703f0c4ff9261d (diff) |
python/pytz-deprecation-shim: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild b/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild index 73cc2e6ba532..6e5c5bae11b3 100644 --- a/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild +++ b/python/pytz-deprecation-shim/pytz-deprecation-shim.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pytz-deprecation-shim -SRCNAM=$(echo $PRGNAM | sed -e "s/python3-//" -e 's/-/_/g') +SRCNAM=${PRGNAM//-/_} VERSION=${VERSION:-0.1.0.post0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |