From 4cbb366edf2f268ac3146174b40ce38604646fc5 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Mon, 23 Sep 2024 01:21:37 -0300 Subject: [PATCH] python-cx-freeze: update to 7.2.2 --- mingw-w64-python-cx-freeze/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-cx-freeze/PKGBUILD b/mingw-w64-python-cx-freeze/PKGBUILD index 197e90ec9b..d2d30c4674 100644 --- a/mingw-w64-python-cx-freeze/PKGBUILD +++ b/mingw-w64-python-cx-freeze/PKGBUILD @@ -12,14 +12,14 @@ conflicts=("${MINGW_PACKAGE_PREFIX}-python3-cx_Freeze" "${MINGW_PACKAGE_PREFIX}-python-cx_Freeze") replaces=("${MINGW_PACKAGE_PREFIX}-python3-cx_Freeze" "${MINGW_PACKAGE_PREFIX}-python-cx_Freeze") -pkgver=7.2.1 +pkgver=7.2.2 pkgrel=1 pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)" source=( https://pypi.io/packages/source/c/cx_Freeze/cx_freeze-${pkgver}.tar.gz ) sha256sums=( - '730d5ed75d41b6ef35318ecb8cf345521415ae4108945e8745cf9b446840788e' + 'e9b2c4bd68ebf4fb99b6af2ff281c0e537b049aee948805cc4a028e1718abc6a' ) arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')