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.
This commit is contained in:
Joel Holdsworth
2024-07-17 14:36:36 -07:00
parent 6a2e43da5b
commit a22876b450

View File

@@ -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')