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