From 5ce2d3d130fcd9f93fedafd73f34ff084591d543 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 20 Apr 2020 23:41:26 +0200 Subject: [PATCH] python-tkinter: update to 2.7.18. --- srcpkgs/python-tkinter/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template index 5aee353c76..f2b6d0bacf 100644 --- a/srcpkgs/python-tkinter/template +++ b/srcpkgs/python-tkinter/template @@ -7,8 +7,8 @@ _desc="Interpreted, interactive, object-oriented programming language" pkgname=python-tkinter -version=2.7.17 -revision=2 +version=2.7.18 +revision=1 wrksrc="Python-${version}" pycompile_dirs="usr/lib/python2.7/lib-tk" hostmakedepends="pkg-config" @@ -19,7 +19,7 @@ maintainer="Orphaned " license="Python-2.0" homepage="https://www.python.org" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41 +checksum=b62c0e7937551d0cc02b8fd5cb0f544f9405bafc9a54d3808ed4594812edef43 pre_configure() { # Ensure that internal copies of expat, libffi and zlib are not used. @@ -27,7 +27,7 @@ pre_configure() { rm -r Modules/_ctypes/libffi* rm -r Modules/zlib # Enable loading sqlite extensions. - sed -i '/SQLITE_OMIT_LOAD_EXTENSION/d' setup.py + vsed -i '/SQLITE_OMIT_LOAD_EXTENSION/d' setup.py } do_configure() {