summaryrefslogtreecommitdiffstats
path: root/python/python3-wheel
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:58 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:54 +0200
commite4682e5b609abe5268d8f16c1b80372b027bcded (patch)
tree522de5f73041aca6d03b9c47e3db84022a38d86e /python/python3-wheel
parentce791df74c3ba99d18d2fc6d95869b20d8cd165f (diff)
downloadslackbuilds-e4682e5b609abe5268d8f16c1b80372b027bcded.tar.gz
python/python3-wheel: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-wheel')
-rw-r--r--python/python3-wheel/python3-wheel.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-wheel/python3-wheel.SlackBuild b/python/python3-wheel/python3-wheel.SlackBuild
index cc55e3ffcc..b2553b5897 100644
--- a/python/python3-wheel/python3-wheel.SlackBuild
+++ b/python/python3-wheel/python3-wheel.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-wheel
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.40.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}