Skip to content

Commit

Permalink
pyinstaller: update to 6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Feb 11, 2025
1 parent 1030f76 commit faf0be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-pyinstaller/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=pyinstaller
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=6.11.1
pkgver=6.12.0
pkgrel=1
pkgdesc='Bundles a Python application and all its dependencies into a single package (mingw-w64)'
arch=('any')
Expand All @@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('491dfb4d9d5d1d9650d9507daec1ff6829527a254d8e396badd60a0affcb72ef')
sha256sums=('1834797be48ce1b26015af68bdeb3c61a6c7500136f04e0fc65e468115dec777')

prepare() {
cd "${_realname}-${pkgver}"/PyInstaller/bootloader
Expand Down

0 comments on commit faf0be4

Please sign in to comment.