python-cx-freeze: update to 7.2.2

This commit is contained in:
Marcelo Duarte
2024-09-23 01:21:37 -03:00
committed by Biswapriyo Nath
parent 6344039f30
commit 4cbb366edf

View File

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