aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-14 09:23:57 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-15 11:05:53 +0700
commitba8ad5aaeb26b8c15e967b0c3f7c0b40c1021425 (patch)
tree20fce6d5649a71a81156d6993e0d3b47a223fe83
parentf8a12a2b028dfba28d64b0fa15857e27a80e2aed (diff)
downloadslackbuilds-ba8ad5aaeb26b8c15e967b0c3f7c0b40c1021425.tar.xz
python/python3-rebulk: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-rebulk/python3-rebulk.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-rebulk/python3-rebulk.SlackBuild b/python/python3-rebulk/python3-rebulk.SlackBuild
index b25b59d222d1..aef5ea28cfbe 100644
--- a/python/python3-rebulk/python3-rebulk.SlackBuild
+++ b/python/python3-rebulk/python3-rebulk.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-rebulk
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-3.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}