Skip to content

Commit

Permalink
pyinstaller-hooks-contrib: update to 2024.11
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored and lazka committed Dec 24, 2024
1 parent f0d47dc commit 9f6c176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-pyinstaller-hooks-contrib/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=pyinstaller-hooks-contrib
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2024.10
pkgver=2024.11
pkgrel=1
pkgdesc='Community maintained hooks for PyInstaller (mingw-w64)'
arch=('any')
Expand All @@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname//-/_}-${pkgver}.tar.gz")
sha256sums=('8a46655e5c5b0186b5e527399118a9b342f10513eb1425c483fa4f6d02e8800c')
sha256sums=('84399af6b4b902030958063df25f657abbff249d0f329c5344928355c9833ab4')

build() {
cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit 9f6c176

Please sign in to comment.