From 5ac1cb79587f39c171a4d9b639a21f567baeed5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH] asciinema: rebuild for Python 3.9, drop noarch --- srcpkgs/asciinema/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index 38b8871753c..c4f7abc33f5 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -1,8 +1,7 @@ # Template file for 'asciinema' pkgname=asciinema version=2.0.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="asciinema" hostmakedepends="python3-setuptools"