icu: Update to 62.1 (#1317)

* icu: Update to 61.1

* icu: Update to 62.1
This commit is contained in:
Peter Budai
2018-06-26 06:47:59 +02:00
committed by Алексей
parent ae3e6bf330
commit f31cce2ca6
2 changed files with 3 additions and 16 deletions

View File

@@ -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

View File

@@ -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