python-cx-freeze: update to 8.4.1 (#25603)

This commit is contained in:
Marcelo Duarte 2025-09-20 02:06:34 -03:00 committed by GitHub
parent 794c422d6b
commit 9298b78ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
_realname=cx-freeze
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=8.4.0
pkgver=8.4.1
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts with the same performance as the original script (mingw-w64)"
arch=('any')
@ -45,7 +45,7 @@ source=(
"https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz"
#"${url}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
)
sha256sums=('8e2e332f571529c7b55cc58521add9de222c4a681620a537b1d29c5d17a24041')
sha256sums=('d36e804d393aea1b4ad28cff0d8b8a562cc25ea462f06bcf6b265edbc02eecfb')
prepare() {
cd cx_freeze-${pkgver}