diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:51 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:44 +0700 |
commit | c5d1750187cace09abf9ad4b8ea40bcdac430fd4 (patch) | |
tree | c57b15781d1f10aaa9ab5447cae8c966d9cdeac1 | |
parent | b1d378834a5ad667e4ed63a1d8f42991244eba6c (diff) |
python/python3-APScheduler: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-APScheduler/python3-APScheduler.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-APScheduler/python3-APScheduler.SlackBuild b/python/python3-APScheduler/python3-APScheduler.SlackBuild index a7f3291d760f9..b8faba5a271c7 100644 --- a/python/python3-APScheduler/python3-APScheduler.SlackBuild +++ b/python/python3-APScheduler/python3-APScheduler.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-APScheduler -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-3.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |