From 0687a6276f67e32d7e682ebd928fcd513bc4db71 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 1 Aug 2024 11:15:09 +0200 Subject: [PATCH] PyInstaller: update to 6.9.0. --- srcpkgs/PyInstaller/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index baebb65246a..d15a6a31ab6 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,18 +1,18 @@ # Template file for 'PyInstaller' pkgname=PyInstaller -version=4.1 -revision=4 +version=6.9.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="zlib-devel" -depends="python3 python3-altgraph" +depends="python3 python3-altgraph python3-pyinstaller-hooks-contrib" short_desc="Bundles a Python application and dependencies into one package" maintainer="Alex Childs " license="GPL-2.0-only" -homepage="http://www.pyinstaller.org" -changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html" -distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz" -checksum=954ae81de9a4bc096ff02433b3e245b9272fe53f27cac319e71fe7540952bd3d +homepage="https://www.pyinstaller.org" +changelog="https://pyinstaller.org/en/stable/CHANGES.html" +distfiles="https://github.com/pyinstaller/pyinstaller/archive/refs/tags/v${version}.tar.gz" +checksum=716a011358c113a1df80fbcbc206df42f901126a558980d2fd687dfe343646b8 CFLAGS="-Wno-stringop-truncation"