From 8f83b5076c5944660d33e74658106cd89cc44636 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH] thefuck: rebuild for Python 3.9, drop noarch --- srcpkgs/thefuck/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 708971811d3..33617cf872c 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,8 +1,7 @@ # Template file for 'thefuck' pkgname=thefuck version=3.29 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="thefuck" hostmakedepends="python3-setuptools"