From 7cc12dc28c10335c89d6335af7076827e2671a71 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:31 +1000 Subject: [PATCH] python-pgpdump: remove noarch. --- srcpkgs/python-pgpdump/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template index a28b6e209e7..b81b40c0ef8 100644 --- a/srcpkgs/python-pgpdump/template +++ b/srcpkgs/python-pgpdump/template @@ -1,8 +1,7 @@ # Template file for 'python-pgpdump' pkgname=python-pgpdump version=1.5 -revision=6 -archs=noarch +revision=7 build_style=python-module pycompile_module="pgpdump" hostmakedepends="python-setuptools python3-setuptools" @@ -15,7 +14,6 @@ distfiles="https://github.com/toofishes/python-pgpdump/archive/${version}.tar.gz checksum=05383f66e467e855299d1ed51161c6038ac338d9d10bd33476b574dc3bef64ff python3-pgpdump_package() { - archs=noarch depends="python3" pycompile_module="pgpdump" short_desc="${short_desc/Python2/Python3}"