mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python-tkinter: fix checksum
This commit is contained in:
parent
2d8e7b82ef
commit
d9e568ade0
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue