diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template index 0072389ca26..e306c3c3b1a 100644 --- a/srcpkgs/python-s3transfer/template +++ b/srcpkgs/python-s3transfer/template @@ -1,6 +1,6 @@ # Template file for 'python-s3transfer' pkgname=python-s3transfer -version=0.2.0 +version=0.2.1 revision=1 archs=noarch wrksrc="s3transfer-${version}" @@ -13,11 +13,7 @@ maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/boto/s3transfer" distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz" -checksum=fe96e25f89f405e22a0283df8eefe1b0d2c998eab01c6c8f39923e16faf78522 - -post_install() { - vlicense LICENSE.txt -} +checksum=4181e0cf31d1ff1c8233ddda7cc7efa5dd0cf9a1e47143b951a3389ff6812660 python3-s3transfer_package() { archs=noarch @@ -26,6 +22,5 @@ python3-s3transfer_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python3*" - vlicense LICENSE.txt } }