From 03f7631e5fbcafc0c362dbe20d57047e77edfce7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH] python3-tldextract: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-tldextract/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template index 2a9392a5dcc..3c769d6233e 100644 --- a/srcpkgs/python3-tldextract/template +++ b/srcpkgs/python3-tldextract/template @@ -1,8 +1,7 @@ # Template file for 'python3-tldextract' pkgname=python3-tldextract version=2.2.2 -revision=1 -archs=noarch +revision=2 wrksrc="tldextract-${version}" build_style=python3-module hostmakedepends="python3-setuptools"