From 2648f13063afc5fc3a639fcb17f19ad47c813596 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:04:15 -0400 Subject: [PATCH] PyInstaller: rebuild for Python 3.12 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index 56540a579e8..baebb65246a 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="zlib-devel"