From 5798e4c5f48f4547803eaea1f3732d41aea56bfe Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:16 +1000 Subject: [PATCH] python-gntp: remove noarch. --- srcpkgs/python-gntp/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template index 7b3bb5a7bb7..b7a172f348a 100644 --- a/srcpkgs/python-gntp/template +++ b/srcpkgs/python-gntp/template @@ -1,8 +1,7 @@ # Template file for 'python-gntp' pkgname=python-gntp version=1.0.3 -revision=5 -archs=noarch +revision=6 wrksrc="gntp-${version}" build_style=python-module pycompile_module="gntp" @@ -21,7 +20,6 @@ post_install() { } python3-gntp_package() { - archs=noarch depends="python3" pycompile_module="gntp" short_desc="${short_desc/Python2/Python3}"