Skip to content

Commit 7744e53

Browse files
marcelotduarteBiswa96
authored andcommitted
python-cx-freeze: update to 7.2.10
1 parent 52212b0 commit 7744e53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-cx-freeze/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
_realname=cx-freeze
77
pkgbase=mingw-w64-python-${_realname}
88
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
9-
pkgver=7.2.9
10-
pkgrel=2
9+
pkgver=7.2.10
10+
pkgrel=1
1111
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
1212
arch=('any')
1313
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -45,7 +45,7 @@ source=(
4545
"https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz"
4646
)
4747
sha256sums=(
48-
'5aae3089b62d6863c0661d1c3117505ab0ae0f8962e1feca137329a175c9979d'
48+
'16a6eb37db7d158d0eb4bba8b93a135b6c85ea4bf2c4176c437bc34f01067e61'
4949
)
5050

5151
prepare() {

0 commit comments

Comments
 (0)