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