From b155701a4dab86641460545c550766a335b26b8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:46 -0400 Subject: [PATCH] termdown: rebuild for Python 3.9, drop noarch --- srcpkgs/termdown/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template index d9efe27f2db..7e136c34608 100644 --- a/srcpkgs/termdown/template +++ b/srcpkgs/termdown/template @@ -1,8 +1,7 @@ # Template file for 'termdown' pkgname=termdown version=1.17.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet"