diff --git a/icu/PKGBUILD b/icu/PKGBUILD index 7c73d823..a9d5e5fe 100644 --- a/icu/PKGBUILD +++ b/icu/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=icu pkgname=('icu' 'icu-devel') -pkgver=60.2 +pkgver=62.1 pkgrel=1 pkgdesc="International Components for Unicode library" arch=('i686' 'x86_64') @@ -12,9 +12,9 @@ depends=('gcc-libs' 'sh') source=(http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz toolutil-Makefile-ln-force.patch icu-59.1-msys2.patch) -sha256sums=('f073ea8f35b926d70bb33e6577508aa642a8b316a803f11be20af384811db418' +sha256sums=('3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3' 'e85928a287a73cb24f4bd8b891bb10636cda27c09bae01fc003d8bee2dda8986' - 'e0d9fbe38e85bfcbbc44a940b061222247d5ce1b1bbb9b5d624a475da3c28fb2') + '8192c4460a5194fb83da4d215ad98f7d8fe1a02b9787edc45f5f2189e4136704') prepare() { cd ${srcdir}/icu/source diff --git a/icu/icu-59.1-msys2.patch b/icu/icu-59.1-msys2.patch index eaaa1d44..a4007d20 100644 --- a/icu/icu-59.1-msys2.patch +++ b/icu/icu-59.1-msys2.patch @@ -310,19 +310,6 @@ diff -durN icu.orig/source/config/mh-msys64 icu/source/config/mh-msys64 + +## End MSYS2-specific setup + -diff -durN icu.orig/source/config.guess icu/source/config.guess ---- icu.orig/source/config.guess 2017-01-20 02:12:50.000000000 +0800 -+++ icu/source/config.guess 2017-05-17 14:14:13.093750000 +0800 -@@ -866,6 +866,9 @@ - amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) - echo x86_64-unknown-cygwin - exit ;; -+ amd64:MSYS*:*:* | x86_64:MSYS*:*:*) -+ echo x86_64-unknown-msys -+ exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; diff -durN icu.orig/source/configure icu/source/configure --- icu.orig/source/configure 2017-04-07 15:40:30.000000000 +0800 +++ icu/source/configure 2017-05-17 14:14:13.218750000 +0800