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