diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-02-25 03:35:03 +0200 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 22:58:04 +0000 |
commit | 4236f423c936788611d94914f0ade359a8d5e291 (patch) | |
tree | 35ebf127100f6e3a1170f17fd08ab9969da9af32 /main/icu | |
parent | cf76e66fc96b094aa763c22c6ad49a9b6a1bff85 (diff) | |
download | aports-4236f423c936788611d94914f0ade359a8d5e291.tar.bz2 aports-4236f423c936788611d94914f0ade359a8d5e291.tar.xz |
main/icu: upgrade to 60.2
Diffstat (limited to 'main/icu')
-rw-r--r-- | main/icu/APKBUILD | 8 | ||||
-rw-r--r-- | main/icu/icu-timezone.patch | 11 |
2 files changed, 3 insertions, 16 deletions
diff --git a/main/icu/APKBUILD b/main/icu/APKBUILD index 58bb2c2e82..ca6adad12d 100644 --- a/main/icu/APKBUILD +++ b/main/icu/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Sergey Lukin <sergej.lukin@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=icu -pkgver=59.1 +pkgver=60.2 # convert x.y.z to x_y_z _ver=${pkgver//./_} -pkgrel=1 +pkgrel=0 pkgdesc="International Components for Unicode library" url="http://www.icu-project.org/" arch="all" @@ -16,7 +16,6 @@ depends= checkdepends="diffutils" makedepends= source="http://download.icu-project.org/files/icu4c/${pkgver}/${pkgname}4c-$_ver-src.tgz - icu-timezone.patch " # secfixes: @@ -81,5 +80,4 @@ libs() { replaces="icu" } -sha512sums="9348aa68d72a74cd1f26588c30c80eee1b48800a26930d7eb0749390fd65f7930ee8843058b6a6dd5f265e79054fef661e807ded16a1ad691cbc5ebc5ab944c4 icu4c-59_1-src.tgz -40489c36e28e160f08e045acab6c19cdb712ad3b7f87f67099deac7d579aaf13d8841cd3278a6bb0e998b5c34a378348a13fcc8bb14c9c4eb4f6adbd10d66825 icu-timezone.patch" +sha512sums="8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694 icu4c-60_2-src.tgz" diff --git a/main/icu/icu-timezone.patch b/main/icu/icu-timezone.patch deleted file mode 100644 index c1d05c2548..0000000000 --- a/main/icu/icu-timezone.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./common/putilimp.h.orig -+++ ./common/putilimp.h -@@ -123,6 +123,8 @@ - # elif defined(__GLIBC__) - /* glibc */ - # define U_TIMEZONE __timezone -+# else -+# define U_TIMEZONE timezone - # endif - #elif U_PLATFORM_USES_ONLY_WIN32_API - # define U_TIMEZONE _timezone |