Skip to content

Commit

Permalink
icu: Update to 74.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 17, 2023
1 parent a0a8f33 commit 9863373
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mingw-w64-icu/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_realname=icu
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=74.1
pkgver=74.2
pkgrel=1
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
Expand All @@ -24,14 +24,15 @@ source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//.
0016-icu-pkgconfig.patch
0021-mingw-static-libraries-without-s.patch
0023-fix-twice-include-platform_make_fragment.patch)
sha256sums=('86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0'
sha256sums=('5e4fb11d6a3e6b85afb55de8da8a71538f1d8fd64fce893986b37d60e5bb0091'
'4f4787caeccf70607cf0cbde0c005f05f5c6de1543265a927839122405b4054f'
'e7ecdafe85e18a4a4b5f29bbfde38776521a848e5b65089a2379b90e59f1592d'
'd9f5f756443d7d14175aca06f4f1bb33237b58907e5db7a6ff7e38d2c4ea7957'
'0181f9ff8b7dd0a423869d8772da0a4feea64188347eb0dee7eb059aea92131c'
'87ebe8962f8c387714f2a697a664a0c49aed2331b988548069d0c211abc36e05'
'd8612f40b1731d9a94290afcf80c896184a2f15b8ae8f23b3643c64f6cabfa2f'
'517a4b2308c5d7662768ece12b01b457b83a2cd80d8bf407e593e6412dfbde92')
noextract=("icu4c-${pkgver//./_}-src.tgz")

# Helper macros to help make tasks easier #
apply_patch_with_msg() {
Expand All @@ -41,6 +42,7 @@ apply_patch_with_msg() {
# =========================================== #

prepare() {
tar xf "${srcdir}/icu4c-${pkgver//./_}-src.tgz" -C "${srcdir}" || true
cd "${srcdir}/icu"

apply_patch_with_msg 0011-sbin-dir.mingw.patch
Expand Down

0 comments on commit 9863373

Please sign in to comment.