cx_Freeze 6.8.4

This commit is contained in:
Marcelo Duarte
2021-11-29 05:18:56 -03:00
committed by GitHub
parent d8a52d1a6d
commit a1df319d47

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.8.3
pkgver=6.8.4
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
@@ -25,7 +25,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
makedepends=("${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=('05e7a2b099d4eb36e74116311b693dcc3103763aee92ef32079be0b6d4832fa0')
sha256sums=('aec66432bc207b699b252f9468e8cc6d61efda72269cab3a3231d6f95c0328f9')
prepare() {
rm -Rf python-${_realname}-${CARCH}