mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
PyInstaller: update to 4.1
This commit is contained in:
parent
eead282e31
commit
847aa02a54
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'PyInstaller'
|
# Template file for 'PyInstaller'
|
||||||
pkgname=PyInstaller
|
pkgname=PyInstaller
|
||||||
version=4.0
|
version=4.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="pyinstaller-${version}"
|
wrksrc="pyinstaller-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,7 +13,7 @@ license="GPL-2.0-only"
|
||||||
homepage="http://www.pyinstaller.org"
|
homepage="http://www.pyinstaller.org"
|
||||||
changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html"
|
changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html"
|
||||||
distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz"
|
distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz"
|
||||||
checksum=970beb07115761d5e4ec317c1351b712fd90ae7f23994db914c633281f99bab0
|
checksum=954ae81de9a4bc096ff02433b3e245b9272fe53f27cac319e71fe7540952bd3d
|
||||||
|
|
||||||
CFLAGS="-Wno-stringop-truncation"
|
CFLAGS="-Wno-stringop-truncation"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue