From ceb40d1caea8a2e8a5e6e5dbfe13a574f156c923 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Sun, 14 May 2023 09:23:53 -0600 Subject: [PATCH] python/python3-docopt: SRCNAM changes. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-docopt/python3-docopt.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python3-docopt/python3-docopt.SlackBuild b/python/python3-docopt/python3-docopt.SlackBuild index 43343f6eeb..87690d9931 100644 --- a/python/python3-docopt/python3-docopt.SlackBuild +++ b/python/python3-docopt/python3-docopt.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-docopt -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo}