diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:58 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:53 +0700 |
commit | 615722a706feb660559fe90ddb11ea014be11f12 (patch) | |
tree | bd2821c185e7598b561a15298c561631bc64651e /python/python3-texttable | |
parent | 7a4c2a7209bde74594931ee8b9e78a4d6df3f915 (diff) |
python/python3-texttable: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-texttable')
-rw-r--r-- | python/python3-texttable/python3-texttable.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-texttable/python3-texttable.SlackBuild b/python/python3-texttable/python3-texttable.SlackBuild index 691d06d3c88f2..757493cadbdcc 100644 --- a/python/python3-texttable/python3-texttable.SlackBuild +++ b/python/python3-texttable/python3-texttable.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-texttable -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-1.6.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |