From a22876b4502f5963ebfcdf7ee57982b68e189e4f Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Wed, 17 Jul 2024 14:36:36 -0700 Subject: [PATCH] conan: rebuild to include python-installer fix a9b746d Previously, cmake would fail to spawn conan due to invalid information being passed to Python through the STARTUPINFOW reserved fields by python-installer simple_laucnher. This issue has now been corrected in MINGW-packages with a patch. --- mingw-w64-python-conan/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-python-conan/PKGBUILD b/mingw-w64-python-conan/PKGBUILD index 0c4a543b27..6a56af5d8a 100644 --- a/mingw-w64-python-conan/PKGBUILD +++ b/mingw-w64-python-conan/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="A distributed, open source, C/C++ package manager (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')