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