From 6f23a5fd5911ab00878ce2f498e36bbae15d81ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 16 Nov 2024 09:29:37 -0500 Subject: [PATCH] PyInstaller: rebuild for python3-3.13 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index baebb65246a..f2ee5eaa3fd 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.1 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="zlib-devel"