cx_Freeze: update to 6.13

This commit is contained in:
Marcelo Duarte
2022-10-26 01:35:44 -03:00
committed by GitHub
parent 949df13eff
commit 7a9b9966bb

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.12.0
pkgver=6.13.0
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
@@ -28,7 +28,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('staticlibs' 'strip' '!debug')
source=(cx_Freeze-${pkgver}.tar.gz::https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-${pkgver}.tar.gz)
sha256sums=('4caf5258192337e1d0c63376d79cc875a6af17690b676461d09e2ef018f67096')
sha256sums=('543f08fb89e02797c9224002f250607820b8cbff3ccf13d9ff9cbd9e238e481d')
prepare() {
rm -Rf python-${_realname}-${CARCH}