diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:46 +0700 |
commit | a528400deb75c08b21d4518d402d85308f5b75fb (patch) | |
tree | c21f4f45adc839ca28368be8749ca5509a5e9efa /python/python3-blinker | |
parent | e4c9af27b291a25822058754a145e28a02452960 (diff) |
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-blinker/python3-blinker.SlackBuild b/python/python3-blinker/python3-blinker.SlackBuild index 861fe1c477683..55daaad2fd1e6 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} |