From 998b27189b2ffcca3f4d856fbe77e46692614ba1 Mon Sep 17 00:00:00 2001 From: Duncaen Date: Tue, 15 Aug 2017 00:02:23 +0200 Subject: [PATCH] python3: update to 3.5.4. --- srcpkgs/python3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index c21d6c6a35..b45c8805e4 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -1,14 +1,14 @@ # Template file for 'python3' pkgname=python3 -version=3.5.3 -revision=4 +version=3.5.4 +revision=1 wrksrc="Python-${version}" short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)" maintainer="Juan RP " homepage="https://www.python.org" license="PSF" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=eefe2ad6575855423ab630f5b51a8ef6e5556f774584c06beab4926f930ddbb0 +checksum=94d93bfabb3b109f8a10365a325f920f9ec98c6e2380bf228f9700a14054c84c replaces="python3.4>=0 python3.5>=0" pycompile_dirs="usr/lib/python3.5"