From 4b5d3c295dea60ed406ac17c70e91e0bcd3aa003 Mon Sep 17 00:00:00 2001 From: Justin Berthault Date: Thu, 22 Oct 2020 19:51:42 +0200 Subject: [PATCH] pelican: update to 4.5.0 --- srcpkgs/pelican/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index 1c47e8d711a..bb7ef13579a 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -1,7 +1,7 @@ # Template file for 'pelican' pkgname=pelican -version=4.2.0 -revision=3 +version=4.5.0 +revision=0 build_style=python3-module pycompile_module="pelican" hostmakedepends="python3-setuptools" @@ -20,7 +20,7 @@ changelog="https://raw.githubusercontent.com/getpelican/pelican/${version}/docs/ # We can live with it. # distfiles="${PYPI_SITE}/p/pelican/pelican-${version}.tar.gz" distfiles="https://github.com/getpelican/pelican/archive/${version}.tar.gz" -checksum=4b0d4c9439217b49ace89f4f8b52c90e13fa283a786d7b12e2020a11f32f9a33 +checksum=80644e3c3d872d8c51cec3af1544d40e8d68313f6ece5d7b38b899d7c3b8fc17 post_extract() { # This test is problematic,