diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-14 09:23:52 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-15 11:05:45 +0700 |
commit | 62f407878984a10ab524e74d598c1390568d6c34 (patch) | |
tree | 44e7017afcd35a70417bc054fa46962b6cd08b0f | |
parent | a0e073da2226d281860ca2eedb58df053f59fb88 (diff) |
python/python3-WTForms: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-WTForms/python3-WTForms.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-WTForms/python3-WTForms.SlackBuild b/python/python3-WTForms/python3-WTForms.SlackBuild index ecfce32a90f3..7f73fb762902 100644 --- a/python/python3-WTForms/python3-WTForms.SlackBuild +++ b/python/python3-WTForms/python3-WTForms.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-WTForms -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-3.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |