mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 02:37:15 +08:00
update lib32-icu 56.1
This commit is contained in:
parent
f9b3315eab
commit
8fed07faa6
@ -2,7 +2,7 @@
|
||||
|
||||
_pkgbasename=icu
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=53.1
|
||||
pkgver=56.1
|
||||
pkgrel=1
|
||||
pkgdesc="International Components for Unicode library (32 bit)"
|
||||
arch=('x86_64')
|
||||
@ -11,8 +11,8 @@ license=('custom:icu')
|
||||
depends=('lib32-gcc-libs' $_pkgbasename=$pkgver)
|
||||
makedepends=('gcc-multilib')
|
||||
source=(http://download.icu-project.org/files/icu4c/${pkgver}/icu4c-${pkgver//./_}-src.tgz
|
||||
icu.8198.revert.icu5431.patch)
|
||||
md5sums=('b73baa6fbdfef197608d1f69300919b9'
|
||||
'icu.8198.revert.icu5431.patch')
|
||||
md5sums=('c4a2d71ff56aec5ebfab2a3f059be99d'
|
||||
'ebd5470fc969c75e52baf4af94a9ee82')
|
||||
|
||||
|
||||
@ -36,7 +36,7 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "$srcdir/icu/source"
|
||||
make -k check |true # passes all except TestTwoDigitYear
|
||||
make -k check # passes all
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user