diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:47 +0700 |
commit | ceb40d1caea8a2e8a5e6e5dbfe13a574f156c923 (patch) | |
tree | 4acdc52faca32f5d10f42ed76cc682d9fff329e0 /python/python3-docopt | |
parent | 8518d6e5cd5758d304ad73afd1f0307ccb7d695e (diff) |
python/python3-docopt: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-docopt')
-rw-r--r-- | python/python3-docopt/python3-docopt.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-docopt/python3-docopt.SlackBuild b/python/python3-docopt/python3-docopt.SlackBuild index 43343f6eeb680..87690d993170f 100644 --- a/python/python3-docopt/python3-docopt.SlackBuild +++ b/python/python3-docopt/python3-docopt.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-docopt -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |