python3-tkinter: update to 3.8.5, claim maintainer
This commit is contained in:
parent
2d7c02d07a
commit
fc861b7297
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
_desc="Python programming language"
|
||||
|
||||
pkgname=python3-tkinter
|
||||
version=3.8.4
|
||||
version=3.8.5
|
||||
revision=1
|
||||
wrksrc="Python-${version}"
|
||||
pycompile_dirs="
|
||||
|
@ -18,11 +18,11 @@ hostmakedepends="pkg-config"
|
|||
makedepends="libffi-devel readline-devel gdbm-devel libressl-devel expat-devel
|
||||
sqlite-devel bzip2-devel zlib-devel liblzma-devel tk-devel"
|
||||
short_desc="${_desc} - GUI toolkit for Python3"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||
homepage="https://www.python.org"
|
||||
license="Python-2.0"
|
||||
distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz"
|
||||
checksum=5f41968a95afe9bc12192d7e6861aab31e80a46c46fa59d3d837def6a4cd4d37
|
||||
checksum=e3003ed57db17e617acb382b0cade29a248c6026b1bd8aad1f976e9af66a83b0
|
||||
|
||||
pre_configure() {
|
||||
# Ensure that internal copies of expat and libffi are not used.
|
||||
|
|
Loading…
Reference in a new issue