From d9816d0fa5d19ae8f282ec568cc3efe0ea53d7a4 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Fri, 8 Sep 2023 01:12:59 -0300 Subject: [PATCH] python-cx-freeze: update to 6.15.7 (#18440) --- mingw-w64-python-cx-freeze/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-cx-freeze/PKGBUILD b/mingw-w64-python-cx-freeze/PKGBUILD index c03e9614e9..056d644fd8 100644 --- a/mingw-w64-python-cx-freeze/PKGBUILD +++ b/mingw-w64-python-cx-freeze/PKGBUILD @@ -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.6 +pkgver=6.15.7 pkgrel=1 pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)" arch=('any') @@ -22,6 +22,7 @@ url="https://github.com/marcelotduarte/cx_Freeze/" options=(!strip) depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-python-setuptools" + "${MINGW_PACKAGE_PREFIX}-python-wheel" "${MINGW_PACKAGE_PREFIX}-python-cx-logging" "${MINGW_PACKAGE_PREFIX}-python-lief") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" @@ -30,7 +31,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=('b159e7b6c0a343c05c48d5e35659cd2d6e81ac89f0eaeeb8f0c270bf8b714efb') +sha256sums=('f97f455a4a46ee0c076d922a29fb53eff462a165dd0423fa27e27c2a4453b40b') prepare() { cd "${srcdir}"/cx_Freeze-${pkgver}