diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-16 23:27:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-16 23:28:10 +0700 |
commit | d0fb92d62525b4da97d1d16e16fd72073599ee0c (patch) | |
tree | bf5b662258edfd25432d98e40ac736ec3b17fe6a /system | |
parent | f022041e71ac0a95939eb0659e72b3fd933be375 (diff) |
system/unicode-character-database: Updated for version 15.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/unicode-character-database/unicode-character-database.SlackBuild | 21 | ||||
-rw-r--r-- | system/unicode-character-database/unicode-character-database.info | 10 |
2 files changed, 7 insertions, 24 deletions
diff --git a/system/unicode-character-database/unicode-character-database.SlackBuild b/system/unicode-character-database/unicode-character-database.SlackBuild index b389b5df4ce2..cc714c4cc810 100644 --- a/system/unicode-character-database/unicode-character-database.SlackBuild +++ b/system/unicode-character-database/unicode-character-database.SlackBuild @@ -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 diff --git a/system/unicode-character-database/unicode-character-database.info b/system/unicode-character-database/unicode-character-database.info index 6ca02bc7d401..f6260ea2c597 100644 --- a/system/unicode-character-database/unicode-character-database.info +++ b/system/unicode-character-database/unicode-character-database.info @@ -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="" |