summaryrefslogtreecommitdiffstats
path: root/libraries/python3-plumbum/python3-plumbum.SlackBuild
diff options
context:
space:
mode:
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
commitd344bd64acc5394ebf7a0648cb6183fcb1cd9d81 (patch)
tree68db2680bdcf0ca4a528110ece14ee7d020db8bc /libraries/python3-plumbum/python3-plumbum.SlackBuild
parent00c4b3f596807ce16d76073ae718578de5c0de9e (diff)
downloadslackbuilds-d344bd64acc5394ebf7a0648cb6183fcb1cd9d81.tar.gz
slackbuilds-d344bd64acc5394ebf7a0648cb6183fcb1cd9d81.tar.xz
libraries/python3-plumbum: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python3-plumbum/python3-plumbum.SlackBuild')
-rw-r--r--libraries/python3-plumbum/python3-plumbum.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/python3-plumbum/python3-plumbum.SlackBuild b/libraries/python3-plumbum/python3-plumbum.SlackBuild
index 04a8fa24b6..b232866088 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}