diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:42 +0700 |
commit | d344bd64acc5394ebf7a0648cb6183fcb1cd9d81 (patch) | |
tree | 68db2680bdcf0ca4a528110ece14ee7d020db8bc /libraries/python3-plumbum | |
parent | 00c4b3f596807ce16d76073ae718578de5c0de9e (diff) |
libraries/python3-plumbum: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-plumbum')
-rw-r--r-- | libraries/python3-plumbum/python3-plumbum.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/python3-plumbum/python3-plumbum.SlackBuild b/libraries/python3-plumbum/python3-plumbum.SlackBuild index 04a8fa24b6cc3..b232866088241 100644 --- a/libraries/python3-plumbum/python3-plumbum.SlackBuild +++ b/libraries/python3-plumbum/python3-plumbum.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-plumbum -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-1.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |