mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python3-tkinter: update to 3.6.6
This commit is contained in:
parent
6c9c4eb7e3
commit
b91827d3b0
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
_desc="Interpreted, interactive, object-oriented programming language"
|
||||
|
||||
pkgname=python3-tkinter
|
||||
version=3.6.5
|
||||
version=3.6.6
|
||||
revision=1
|
||||
wrksrc="Python-${version}"
|
||||
pycompile_dirs="
|
||||
|
@ -20,9 +20,9 @@ makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
|
|||
short_desc="${_desc} - GUI toolkit for Python3"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://www.python.org"
|
||||
license="PSF-2"
|
||||
license="Python-2.0"
|
||||
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
||||
checksum=f434053ba1b5c8a5cc597e966ead3c5143012af827fd3f0697d21450bb8d87a6
|
||||
checksum=d79bc15d456e73a3173a2938f18a17e5149c850ebdedf84a78067f501ee6e16f
|
||||
|
||||
pre_configure() {
|
||||
# Ensure that internal copies of zlib, expat and libffi are not used.
|
||||
|
|
Loading…
Add table
Reference in a new issue