Skip to content

Commit

Permalink
Merge pull request msys2#18955 from marcelotduarte/new_cx_freeze
Browse files Browse the repository at this point in the history
python-cx-freeze: update to 6.15.10
  • Loading branch information
lazka authored Oct 24, 2023
2 parents 0feb06e + 6371469 commit 732ddf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-cx-freeze/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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=6.15.9
pkgver=6.15.10
pkgrel=1
pkgdesc="Creates standalone executables from Python scripts, with the same performance (mingw-w64)"
arch=('any')
Expand All @@ -34,7 +34,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-tools")
source=(https://pypi.io/packages/source/c/cx_Freeze/cx_Freeze-${pkgver}.tar.gz)
sha256sums=('affc2ee01d0825721c187ffb8e530602acdd193c9f0ec74351fd84b0d1c76ca7')
sha256sums=('05cd267759692f511861d22860d35e2a05bfbf738f962c157618bb8c771d2320')

prepare() {
cd "${srcdir}"/cx_Freeze-${pkgver}
Expand Down

0 comments on commit 732ddf7

Please sign in to comment.