From 847aa02a54d90758e25f92de9a9d5e15779244b2 Mon Sep 17 00:00:00 2001 From: Alex Childs Date: Wed, 25 Nov 2020 22:31:20 -0600 Subject: [PATCH] PyInstaller: update to 4.1 --- srcpkgs/PyInstaller/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index 487f2ac3b82..c6df686f3ed 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller -version=4.0 -revision=2 +version=4.1 +revision=1 wrksrc="pyinstaller-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,7 +13,7 @@ license="GPL-2.0-only" homepage="http://www.pyinstaller.org" changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html" distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz" -checksum=970beb07115761d5e4ec317c1351b712fd90ae7f23994db914c633281f99bab0 +checksum=954ae81de9a4bc096ff02433b3e245b9272fe53f27cac319e71fe7540952bd3d CFLAGS="-Wno-stringop-truncation"