From 704f0f79dde8bc6e96c992b2f3cfd7960f992455 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH] aws-cli: rebuild for Python 3.9, drop noarch --- srcpkgs/aws-cli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 9be0830952e..8ead2d8ff4a 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,8 +1,7 @@ # Template file for 'aws-cli' pkgname=aws-cli version=1.18.125 -revision=1 -archs=noarch +revision=2 wrksrc="aws-cli-${version}" build_style=python3-module hostmakedepends="python3-setuptools"