diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template index ee349f67786..77c41d10725 100644 --- a/srcpkgs/s3cmd/template +++ b/srcpkgs/s3cmd/template @@ -1,12 +1,12 @@ # Template file for 's3cmd' pkgname=s3cmd version=2.0.2 -revision=1 +revision=2 archs=noarch -build_style=python2-module +build_style=python3-module pycompile_module="S3" -hostmakedepends="python-setuptools" -depends="python-dateutil" +hostmakedepends="python3-setuptools" +depends="python3-dateutil" short_desc="Command line tool for Amazon S3" maintainer="Duncaen " license="GPL-2.0-or-later"