From 0dd619d67ab58043dc5840df828b3365b804bb80 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Thu, 11 Sep 2025 01:57:43 +0200 Subject: [PATCH] python-hatch-fancy-pypi-readme: add MINGW32 arch The python-hatch-fancy-pypi-readme package is a build dependency of python-pytest-cov version 7.0.0, so it's required to build the new version of python-pytest-cov. Also see . --- mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD b/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD index 121ee6eb99..c6aa5ec47e 100644 --- a/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD +++ b/mingw-w64-python-hatch-fancy-pypi-readme/PKGBUILD @@ -4,10 +4,10 @@ _realname=hatch-fancy-pypi-readme pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=25.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Fancy PyPI READMEs with Hatch (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://github.com/hynek/hatch-fancy-pypi-readme' msys2_references=( 'purl: pkg:pypi/hatch-fancy-pypi-readme'