From 2139f625b750a3cca2849b64069d2c4d5aa3c33e Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:59:03 +1000 Subject: [PATCH] python-automat: remove noarch. --- srcpkgs/python-automat/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template index 66dad2f84bc..372f26c62a9 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -1,8 +1,7 @@ # Template file for 'python-automat' pkgname=python-automat version=20.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="Automat-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -32,7 +31,6 @@ post_install() { } python3-automat_package() { - archs=noarch short_desc="${short_desc/Python2/Python3}" depends="python3-setuptools python3-attrs python3-six" alternatives="automat:automat-visualize:/usr/bin/automat-visualize3"