PyInstaller: update to 4.1

This commit is contained in:
Alex Childs 2020-11-25 22:31:20 -06:00 committed by Andrew J. Hesford
parent eead282e31
commit 847aa02a54

View file

@ -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"