From 4cd3288730198696a47184f95c4f4b47d6a2e989 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH] pelican: rebuild for Python 3.9, drop noarch --- srcpkgs/pelican/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index c505227c554..1c47e8d711a 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -1,8 +1,7 @@ # Template file for 'pelican' pkgname=pelican version=4.2.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="pelican" hostmakedepends="python3-setuptools"