diff options
author | Arn0 <yth@ythogtha.org> | 2024-04-04 14:35:12 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 20:31:06 +0700 |
commit | 2d0940bb25fa18f2a9555196e733c7664f828b37 (patch) | |
tree | bbfa7d269a68ec8f3daadfbed97cc34a84d730c6 /python/python3-flufl.i18n | |
parent | 671cb7b067ee9efd3036ed2573fabe2a5488f50a (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')
-rw-r--r-- | python/python3-flufl.i18n/python3-flufl.i18n.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-flufl.i18n/python3-flufl.i18n.info | 8 |
2 files changed, 6 insertions, 6 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} diff --git a/python/python3-flufl.i18n/python3-flufl.i18n.info b/python/python3-flufl.i18n/python3-flufl.i18n.info index b8c6b306f848..b85bad14b913 100644 --- a/python/python3-flufl.i18n/python3-flufl.i18n.info +++ b/python/python3-flufl.i18n/python3-flufl.i18n.info @@ -1,10 +1,10 @@ PRGNAM="python3-flufl.i18n" -VERSION="4.1.1" +VERSION="5.1.0" HOMEPAGE="https://flufli18n.readthedocs.io/" -DOWNLOAD="https://pypi.python.org/packages/source/f/flufl.i18n/flufl.i18n-4.1.1.tar.gz" -MD5SUM="e3d2887a8e2e9e0623232f11fb70fcb1" +DOWNLOAD="https://pypi.python.org/packages/source/f/flufl_i18n/flufl_i18n-5.1.0.tar.gz" +MD5SUM="b9ff8305e302758a21be9a29c467ccf2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-atpublic python3-pdm-pep517" +REQUIRES="python3-atpublic" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |