* update icu to 74.2-2
This commit is contained in:
parent
51b4ecdd73
commit
f4938e468c
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user