From 0dfec3b3bb86e5f2701753ed46fe64816f7a766e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 24 Mar 2020 04:08:36 +0100 Subject: [PATCH] python3: and really fix checksum as well --- srcpkgs/python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index ebee1976cfb..2935757eb93 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -11,7 +11,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=75894117f6db7051c1b34f37410168844bbb357c139a8a10a352e9bf8be594e8 +checksum=2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df pycompile_dirs="usr/lib/python${version%.*}" hostmakedepends="pkgconf"