From 2f7acb0ba0a927ddb0e2483cea227fbd3d2cd93c Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Date: Tue, 16 Jul 2024 19:08:09 -0300 Subject: [PATCH] python-cx-freeze: update to 7.2.0 --- mingw-w64-python-cx-freeze/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mingw-w64-python-cx-freeze/PKGBUILD b/mingw-w64-python-cx-freeze/PKGBUILD index 56b5a6bef2..66be613e18 100644 --- a/mingw-w64-python-cx-freeze/PKGBUILD +++ b/mingw-w64-python-cx-freeze/PKGBUILD @@ -12,9 +12,15 @@ 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.1.1 +pkgver=7.2.0 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 +) +sha256sums=( + 'c57f7101b4d35132464b1ec88cb8948c3b7c5b4ece4bb354c16091589cb33583' +) arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') msys2_references=( @@ -46,12 +52,6 @@ checkdepends=( "${MINGW_PACKAGE_PREFIX}-python-pytest-xdist" "${MINGW_PACKAGE_PREFIX}-python-psutil" ) -source=( - https://pypi.io/packages/source/c/cx_Freeze/cx_freeze-${pkgver}.tar.gz -) -sha256sums=( - '335c30bad0e3e653655f230993308458bedc997baf5b7a995e8641deba2eb287' -) prepare() { cd "${srcdir}"/cx_Freeze-${pkgver}