From 3fc73b4e169dd051669e358514c767fc7fa65589 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Sun, 3 Jan 2021 17:30:34 -0300 Subject: [PATCH] cx_Freeze: Update to 6.5 --- mingw-w64-python-cx_Freeze/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-cx_Freeze/PKGBUILD b/mingw-w64-python-cx_Freeze/PKGBUILD index 7b526b169e..cfcd4b8eb6 100644 --- a/mingw-w64-python-cx_Freeze/PKGBUILD +++ b/mingw-w64-python-cx_Freeze/PKGBUILD @@ -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}