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