From 341918c49af24a9af7de20e51381b85c87556d23 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:10:03 -0400 Subject: [PATCH] PyInstaller: rebuild for Python 3.11 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index aff08cf33e2..389544fd28d 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.1 -revision=2 +revision=3 wrksrc="pyinstaller-${version}" build_style=python3-module hostmakedepends="python3-setuptools"