From 8d8429b0086d88a4f070e66638b4ed8e073f5a09 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Tue, 12 Nov 2024 15:18:16 -0300 Subject: [PATCH] python-cx-freeze: update to 7.2.5 --- mingw-w64-python-cx-freeze/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mingw-w64-python-cx-freeze/PKGBUILD b/mingw-w64-python-cx-freeze/PKGBUILD index 370d9aad4fbb7..183e90128b3cf 100644 --- a/mingw-w64-python-cx-freeze/PKGBUILD +++ b/mingw-w64-python-cx-freeze/PKGBUILD @@ -12,14 +12,12 @@ 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=7.2.4 -pkgrel=2 +pkgver=7.2.5 +pkgrel=1 pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)" -source=( - https://pypi.io/packages/source/c/cx_Freeze/cx_freeze-${pkgver}.tar.gz -) +source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") sha256sums=( - '40f9f7086b918b0ee620db80da3ee61a059fd7116c78f57949a72790b73cdf80' + '63f9b745b8a84a1c3ce986d089f3d750ec65b9ff385ed64308c073a821d81eef' ) arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') @@ -31,6 +29,7 @@ url="https://github.com/marcelotduarte/cx_Freeze/" options=(!strip) depends=( "${MINGW_PACKAGE_PREFIX}-python" + "${MINGW_PACKAGE_PREFIX}-python-packaging" "${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-python-cx-logging" "${MINGW_PACKAGE_PREFIX}-python-lief"