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 | fa0382f16f4436526da5f77209045b7c3caa8ab6 (patch) | |
tree | 8c70f6b1d1570a0d48e08ef4497f051e2200a4d6 /python/python3-Flask-SQLAlchemy | |
parent | b5ba578cb201fc464c64d29d5a7a132b742fa6eb (diff) |
python/python3-Flask-SQLAlchemy: SRCNAM changes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-SQLAlchemy')
-rw-r--r-- | python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild b/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild index 22db4c899353..92ff0e26b0c3 100644 --- a/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild +++ b/python/python3-Flask-SQLAlchemy/python3-Flask-SQLAlchemy.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-Flask-SQLAlchemy -SRCNAM=$(echo $PRGNAM | sed "s/python3-//") +SRCNAM=${PRGNAM#python3-*} VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |