From c2ff3b523069cc1370e5e9c2f9b7afcf306b5dcc Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:18 +1000 Subject: [PATCH] python-hyperlink: remove noarch. --- srcpkgs/python-hyperlink/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template index 945bf72ee59..933a3540c20 100644 --- a/srcpkgs/python-hyperlink/template +++ b/srcpkgs/python-hyperlink/template @@ -1,8 +1,7 @@ # Template file for 'python-hyperlink' pkgname=python-hyperlink version=19.0.0 -revision=2 -archs=noarch +revision=3 wrksrc="hyperlink-${version}" build_style=python-module pycompile_module="hyperlink" @@ -20,7 +19,6 @@ post_install() { } python3-hyperlink_package() { - archs=noarch depends="python3-idna" pycompile_module="hyperlink" short_desc="${short_desc/Python2/Python3}"