* update icu to 74.2-2

This commit is contained in:
Alexander Baldeck 2024-04-04 20:02:07 +02:00
parent 51b4ecdd73
commit f4938e468c

View File

@ -4,11 +4,13 @@
pkgname=icu
pkgver=74.2
pkgrel=1
pkgrel=2
pkgdesc="International Components for Unicode library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://icu.unicode.org"
license=('custom:icu')
license=('LicenseRef-Unicode-3.0'
'BSD-2-Clause'
'BSD-3-Clause')
depends=('gcc-libs' 'glibc' 'sh')
makedepends=('python')
provides=(libicu{data,i18n,io,test,tu,uc}.so)
@ -55,7 +57,5 @@ package() {
make DESTDIR="${pkgdir}" install
# Install license
# https://unicode-org.atlassian.net/browse/ICU-22601
# install -Dm644 "${srcdir}"/icu/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}