python-tkinter: fix checksum

This commit is contained in:
classabbyamp 2023-06-27 23:15:17 -04:00 committed by classabbyamp
parent 2d8e7b82ef
commit d9e568ade0

View file

@ -8,7 +8,8 @@ _desc="Interpreted, interactive, object-oriented programming language"
pkgname=python-tkinter
version=2.7.18.7
revision=1
revision=2
_commit=937f6fc83dc2f7f7156f69c993bc017a26e4f5bd
pycompile_dirs="usr/lib/python2.7/lib-tk"
hostmakedepends="pkg-config"
makedepends="libffi-devel readline-devel gdbm-devel openssl-devel expat-devel
@ -17,8 +18,8 @@ short_desc="${_desc} - GUI toolkit for Python2"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Python-2.0"
homepage="https://www.python.org"
distfiles="https://github.com/ActiveState/cpython/archive/v${version}.tar.gz"
checksum=84d1f812da249da666685b9eac82df0b201e898b8b3f164f81f348072c12b933
distfiles="https://github.com/ActiveState/cpython/archive/${_commit}.tar.gz"
checksum=e41b3ebac8ac7b7e3364c7f28892f81153d23dd200ef6aaacec82080aa5d2b56
pre_configure() {
# Ensure that internal copies of expat, libffi and zlib are not used.