python-cx-freeze 6.15.2

This commit is contained in:
Marcelo Duarte
2023-06-27 05:41:04 -03:00
committed by Biswapriyo Nath
parent 2b0143772d
commit 0bd323cc29

View File

@@ -12,7 +12,7 @@ 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=6.15.1
pkgver=6.15.2
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
@@ -30,7 +30,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-tools")
source=(https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-${pkgver}.tar.gz)
sha256sums=('2e6b1cbd0e984f58fe2ec5d369164a89ac870a5a252542798da0e3f8914b638a')
sha256sums=('c251c82e842ed29064f058742f007fd67359fe5fd17c331740b1bc3c96e7cc53')
prepare() {
cd "${srcdir}"/cx_Freeze-${pkgver}