From a9600a47082c615928ddf2c55089bad4324a2b4f Mon Sep 17 00:00:00 2001 From: fosslinux Date: Tue, 15 Sep 2020 16:58:59 +1000 Subject: [PATCH] python-Pygments: remove noarch. --- srcpkgs/python-Pygments/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template index d464e59d617..17f7b6bf5d2 100644 --- a/srcpkgs/python-Pygments/template +++ b/srcpkgs/python-Pygments/template @@ -1,8 +1,7 @@ # Template file for 'python-Pygments' pkgname=python-Pygments version=2.5.2 -revision=1 -archs=noarch +revision=2 wrksrc="Pygments-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -26,7 +25,6 @@ post_install() { } python3-Pygments_package() { - archs=noarch depends="python3-setuptools" short_desc="${short_desc/Python2/Python3}" alternatives="pygments:pygmentize:/usr/bin/pygmentize3"