From 84ebbca38daa8007826a54f0c7e7edd5e9c25cd5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 10 Feb 2024 09:26:18 +0100 Subject: [PATCH] gettext: rebuild for https://github.com/msys2/MSYS2-packages/pull/4408 --- mingw-w64-gettext/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gettext/PKGBUILD b/mingw-w64-gettext/PKGBUILD index e05d2fc0dd..47f6857b22 100644 --- a/mingw-w64-gettext/PKGBUILD +++ b/mingw-w64-gettext/PKGBUILD @@ -5,7 +5,7 @@ _realname=gettext pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}-runtime" "${MINGW_PACKAGE_PREFIX}-${_realname}-tools") pkgver=0.22.4 -pkgrel=5 +pkgrel=6 arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') url="https://www.gnu.org/software/gettext/"