diff options
Diffstat (limited to 'python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild')
-rw-r--r-- | python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild | 4 |
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 fbc2722a9ef1..300e7aa9940f 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} |