python3-tkinter: update to 3.11.0.

This commit is contained in:
Andrew J. Hesford 2022-09-18 13:34:44 -04:00
parent 6504d8e133
commit d05ca7561b

View file

@ -8,7 +8,7 @@
_desc="Python programming language"
pkgname=python3-tkinter
version=3.10.8
version=3.11.0
revision=1
wrksrc="Python-${version}"
build_style="gnu-configure"
@ -29,10 +29,11 @@ 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=6a30ecde59c47048013eb5a658c9b5dec277203d2793667f578df7671f7f03f3
checksum=a57dc82d77358617ba65b9841cee1e3b441f386c3789ddc0676eca077f2951c3
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" python3"
configure_args+=" --with-build-python=python3.11"
fi
post_extract() {