python-cx-freeze: update to 8.4.1 (#25603)
This commit is contained in:
parent
794c422d6b
commit
9298b78ff1
@ -6,7 +6,7 @@
|
|||||||
_realname=cx-freeze
|
_realname=cx-freeze
|
||||||
pkgbase=mingw-w64-python-${_realname}
|
pkgbase=mingw-w64-python-${_realname}
|
||||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||||
pkgver=8.4.0
|
pkgver=8.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Creates standalone executables from Python scripts with the same performance as the original script (mingw-w64)"
|
pkgdesc="Creates standalone executables from Python scripts with the same performance as the original script (mingw-w64)"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -45,7 +45,7 @@ source=(
|
|||||||
"https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz"
|
"https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz"
|
||||||
#"${url}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
|
#"${url}/archive/${pkgver}/${_realname}-${pkgver}.tar.gz"
|
||||||
)
|
)
|
||||||
sha256sums=('8e2e332f571529c7b55cc58521add9de222c4a681620a537b1d29c5d17a24041')
|
sha256sums=('d36e804d393aea1b4ad28cff0d8b8a562cc25ea462f06bcf6b265edbc02eecfb')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd cx_freeze-${pkgver}
|
cd cx_freeze-${pkgver}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user