diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:57 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:52 +0700 |
commit | 6da807475628a5c6cbb04becd59915e1ca98756c (patch) | |
tree | 3257ea4e45c213bbf4cbbd842f928ff9bb36f21e /python/python3-pathspec | |
parent | ea77662c929487247906a1f9900d32b2703d79a4 (diff) |
python/python3-pathspec: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pathspec')
-rw-r--r-- | python/python3-pathspec/python3-pathspec.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-pathspec/python3-pathspec.SlackBuild b/python/python3-pathspec/python3-pathspec.SlackBuild index 548303509a559..f5306fb562ccb 100644 --- a/python/python3-pathspec/python3-pathspec.SlackBuild +++ b/python/python3-pathspec/python3-pathspec.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pathspec -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-0.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |