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