From c18f4f16c937ae950cbefcefec71fa364148aa6f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH] PyInstaller: rebuild for Python 3.10 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index c6df686f3ed..aff08cf33e2 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.1 -revision=1 +revision=2 wrksrc="pyinstaller-${version}" build_style=python3-module hostmakedepends="python3-setuptools"