cx_Freeze: Update to 6.5

This commit is contained in:
Marcelo Duarte
2021-01-03 17:30:34 -03:00
parent f772dd3022
commit 3fc73b4e16

View File

@@ -8,7 +8,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-cx_Freeze")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=6.4.2
pkgver=6.5
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
@@ -19,7 +19,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=('fe0af7c658442402bcd209f993219a6ab98a951459495b4a141eb03b552a1c68')
sha256sums=('0430f3151f4f9e490ac0f7c16f5ea866072a0e4489d12c5f6f17330f45365fed')
prepare() {
rm -Rf python-cx_Freeze-${CARCH}