diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-10-29 17:08:19 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:15 +0700 |
commit | f21f4d5065af4434b519b6154ca2eb55f969cfcd (patch) | |
tree | 916afadfff3e58cddbdbc15637210a943dd0f571 /python/python-unicodedata2/python-unicodedata2.SlackBuild | |
parent | 17871ab225c880a83f95ee071fceeb4feace775b (diff) | |
download | slackbuilds-f21f4d5065af4434b519b6154ca2eb55f969cfcd.tar.gz |
python/python-unicodedata2: Updated for version 15.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-unicodedata2/python-unicodedata2.SlackBuild')
-rw-r--r-- | python/python-unicodedata2/python-unicodedata2.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/python-unicodedata2/python-unicodedata2.SlackBuild b/python/python-unicodedata2/python-unicodedata2.SlackBuild index d85b893770..f1d2b134e9 100644 --- a/python/python-unicodedata2/python-unicodedata2.SlackBuild +++ b/python/python-unicodedata2/python-unicodedata2.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python-unicodedata2 # Copyright 2017-2020,2022 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python-unicodedata2 SRCNAM=unicodedata2 -VERSION=${VERSION:-14.0.0} +VERSION=${VERSION:-15.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |