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