system/unicode-character-database: Updated for version 15.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-09-16 23:27:50 +07:00
parent f022041e71
commit d0fb92d625
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 24 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for unicode-character-database
# Copyright 2016-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2016-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=unicode-character-database
SRCNAM1=UCD
SRCNAM2=Unihan
VERSION=${VERSION:-15.0.0}
VERSION=${VERSION:-15.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,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
@ -52,20 +49,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View file

@ -1,10 +1,10 @@
PRGNAM="unicode-character-database"
VERSION="15.0.0"
VERSION="15.1.0"
HOMEPAGE="https://www.unicode.org/ucd/"
DOWNLOAD="https://www.unicode.org/Public/zipped/15.0.0/UCD.zip \
https://www.unicode.org/Public/zipped/15.0.0/Unihan.zip"
MD5SUM="8c66407dd8ce2d84278868a69ea83280 \
6a4e58204dc4f05e9d147435fd46b718"
DOWNLOAD="https://www.unicode.org/Public/zipped/15.1.0/UCD.zip \
https://www.unicode.org/Public/zipped/15.1.0/Unihan.zip"
MD5SUM="a269471d114035004d071df966018d93 \
08321a1a9909ce7f4400218fdcd819df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""