We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52212b0 commit 7744e53Copy full SHA for 7744e53
mingw-w64-python-cx-freeze/PKGBUILD
@@ -6,8 +6,8 @@
6
_realname=cx-freeze
7
pkgbase=mingw-w64-python-${_realname}
8
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
9
-pkgver=7.2.9
10
-pkgrel=2
+pkgver=7.2.10
+pkgrel=1
11
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
12
arch=('any')
13
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -45,7 +45,7 @@ source=(
45
"https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz"
46
)
47
sha256sums=(
48
- '5aae3089b62d6863c0661d1c3117505ab0ae0f8962e1feca137329a175c9979d'
+ '16a6eb37db7d158d0eb4bba8b93a135b6c85ea4bf2c4176c437bc34f01067e61'
49
50
51
prepare() {
0 commit comments