diff options
Diffstat (limited to 'python/python3-rfc3986/python3-rfc3986.SlackBuild')
-rw-r--r-- | python/python3-rfc3986/python3-rfc3986.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-rfc3986/python3-rfc3986.SlackBuild b/python/python3-rfc3986/python3-rfc3986.SlackBuild index a1bf6d6a600e1..1b0be5356917a 100644 --- a/python/python3-rfc3986/python3-rfc3986.SlackBuild +++ b/python/python3-rfc3986/python3-rfc3986.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-rfc3986 -SRCNAM=$(echo $PRGNAM | sed 's/python3-//') +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-2.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |