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