mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/icu to 75.1-1
This commit is contained in:
parent
e075229994
commit
6aaf877108
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = icu
|
||||
pkgdesc = International Components for Unicode library
|
||||
pkgver = 74.2
|
||||
pkgrel = 2
|
||||
pkgver = 75.1
|
||||
pkgrel = 1
|
||||
url = https://icu.unicode.org
|
||||
arch = x86_64
|
||||
license = LicenseRef-Unicode-3.0
|
||||
|
@ -17,12 +17,12 @@ pkgbase = icu
|
|||
provides = libicutest.so
|
||||
provides = libicutu.so
|
||||
provides = libicuuc.so
|
||||
source = https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
|
||||
source = https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz.asc
|
||||
source = https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz
|
||||
source = https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-src.tgz.asc
|
||||
source = ICU-22132.patch
|
||||
source = LICENSE
|
||||
validpgpkeys = 3DA35301A7C330257B8755754058F67406EAA6AB
|
||||
sha512sums = e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0
|
||||
sha512sums = 70ea842f0d5f1f6c6b65696ac71d96848c4873f4d794bebc40fd87af2ad4ef064c61a786bf7bc430ce4713ec6deabb8cc1a8cc0212eab148cee2d498a3683e45
|
||||
sha512sums = SKIP
|
||||
sha512sums = 1178062ccfcf7ecc698c64132b3612e73f9c4b0bbfaa668ae2039f3eb4cb2722d0b08a9f45b057da10def7a308d5c8d14c0c644892e7f11092c9cc488c850ab7
|
||||
sha512sums = c1c3b2deaf2aeb1d90c1ca85d57db921e140e5087c1eba579dabaca94568a840a0e105145b8016f3b7269216ddc1b0ac56e1d5d1753129a99367e51e2080a6b0
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
# - remove check for clang in configure - picks up distcc
|
||||
|
||||
pkgname=icu
|
||||
pkgver=74.2
|
||||
pkgrel=2
|
||||
pkgver=75.1
|
||||
pkgrel=1
|
||||
pkgdesc="International Components for Unicode library"
|
||||
arch=(x86_64)
|
||||
url="https://icu.unicode.org"
|
||||
|
@ -21,8 +21,8 @@ source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//.
|
|||
ICU-22132.patch
|
||||
icudata-stdlibs.patch
|
||||
LICENSE)
|
||||
# https://github.com/unicode-org/icu/releases/download/release-74-2/SHASUM512.txt
|
||||
sha512sums=('e6c7876c0f3d756f3a6969cad9a8909e535eeaac352f3a721338b9cbd56864bf7414469d29ec843462997815d2ca9d0dab06d38c37cdd4d8feb28ad04d8781b0'
|
||||
# https://github.com/unicode-org/icu/releases/download/release-75-1/SHASUM512.txt
|
||||
sha512sums=('70ea842f0d5f1f6c6b65696ac71d96848c4873f4d794bebc40fd87af2ad4ef064c61a786bf7bc430ce4713ec6deabb8cc1a8cc0212eab148cee2d498a3683e45'
|
||||
'SKIP'
|
||||
'1178062ccfcf7ecc698c64132b3612e73f9c4b0bbfaa668ae2039f3eb4cb2722d0b08a9f45b057da10def7a308d5c8d14c0c644892e7f11092c9cc488c850ab7'
|
||||
'8f13898c2b2d69ef516ee0831a73e5865676795716e7becac4457e208642bfdffb42f2a9280e99dcc10303ad721f5dc2e10ef83c633bd723044e98cc72c6bc7b'
|
||||
|
|
Loading…
Reference in a new issue