summaryrefslogtreecommitdiffstats
path: root/python/python3-blinker
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-14 17:23:53 +0200
committer Willy Sudiarto Raharjo2023-05-15 06:05:46 +0200
commita528400deb75c08b21d4518d402d85308f5b75fb (patch)
treec21f4f45adc839ca28368be8749ca5509a5e9efa /python/python3-blinker
parente4c9af27b291a25822058754a145e28a02452960 (diff)
downloadslackbuilds-a528400deb75c08b21d4518d402d85308f5b75fb.tar.gz
python/python3-blinker: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-blinker')
-rw-r--r--python/python3-blinker/python3-blinker.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-blinker/python3-blinker.SlackBuild b/python/python3-blinker/python3-blinker.SlackBuild
index 861fe1c477..55daaad2fd 100644
--- a/python/python3-blinker/python3-blinker.SlackBuild
+++ b/python/python3-blinker/python3-blinker.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-blinker
-SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
+SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}