From cd8fea9f20ed56506d6905d1bf395b1b4b2c1e3f Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:38 +1000 Subject: [PATCH] python-pystache: remove noarch. --- srcpkgs/python-pystache/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template index 893045b8998..ed0d09d544d 100644 --- a/srcpkgs/python-pystache/template +++ b/srcpkgs/python-pystache/template @@ -1,8 +1,7 @@ # Template file for 'python-pystache' pkgname=python-pystache version=0.5.4 -revision=3 -archs=noarch +revision=4 wrksrc="pystache-${version}" build_style=python-module pycompile_module="pystache" @@ -25,7 +24,6 @@ post_install() { } python3-pystache_package() { - archs=noarch pycompile_module="pystache" depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}"