From 05bbfd7bd6a8f5b556d82c6fc61f8a5e4920d448 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:23 -0400 Subject: [PATCH] python3-pefile: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pefile/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template index 8791f06640b..4d82cfafe16 100644 --- a/srcpkgs/python3-pefile/template +++ b/srcpkgs/python3-pefile/template @@ -1,8 +1,7 @@ # Template file for 'python3-pefile' pkgname=python3-pefile version=2019.4.18 -revision=2 -archs=noarch +revision=3 wrksrc="pefile-${version}" build_style=python3-module pycompile_module="pefile.py peutils.py ordlookup"