aboutsummaryrefslogtreecommitdiff
path: root/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2024-04-04 14:35:12 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-04 20:31:06 +0700
commit2d0940bb25fa18f2a9555196e733c7664f828b37 (patch)
treebbfa7d269a68ec8f3daadfbed97cc34a84d730c6 /python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild
parent671cb7b067ee9efd3036ed2573fabe2a5488f50a (diff)
python/python3-flufl.i18n: updated for version 5.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild')
-rw-r--r--python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild b/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild
index fbc2722a9e..300e7aa994 100644
--- a/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild
+++ b/python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-flufl.i18n
-SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-4.1.1}
+SRCNAM=$(tr \. _ <<<${PRGNAM#python3-*})
+VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}