diff --git a/mingw-w64-icu/PKGBUILD b/mingw-w64-icu/PKGBUILD index 0f257e9cd0c9c..b06945de45e2e 100644 --- a/mingw-w64-icu/PKGBUILD +++ b/mingw-w64-icu/PKGBUILD @@ -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') @@ -24,7 +24,7 @@ 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' @@ -32,6 +32,7 @@ sha256sums=('86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0' '87ebe8962f8c387714f2a697a664a0c49aed2331b988548069d0c211abc36e05' 'd8612f40b1731d9a94290afcf80c896184a2f15b8ae8f23b3643c64f6cabfa2f' '517a4b2308c5d7662768ece12b01b457b83a2cd80d8bf407e593e6412dfbde92') +noextract=("icu4c-${pkgver//./_}-src.tgz") # Helper macros to help make tasks easier # apply_patch_with_msg() { @@ -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