From 642228dce24f6efdbeb49c1b9fddcd02c49ba46b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH] PyInstaller: rebuild for Python 3.9 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index 043ae64147b..487f2ac3b82 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.0 -revision=1 +revision=2 wrksrc="pyinstaller-${version}" build_style=python3-module hostmakedepends="python3-setuptools"