From 61243687b21b07fc1716fde29ec9ea2d7740b66c Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 10 Dec 2020 08:55:39 -0600 Subject: [PATCH] python3-aniso8601: update to 8.1.0. --- srcpkgs/python3-aniso8601/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template index 570696f9ff3..29c9ca5ac21 100644 --- a/srcpkgs/python3-aniso8601/template +++ b/srcpkgs/python3-aniso8601/template @@ -1,19 +1,17 @@ # Template file for 'python3-aniso8601' pkgname=python3-aniso8601 -version=8.0.0 -revision=3 -_gitver=0ec13b9d81c9 -wrksrc="nielsenb-aniso8601-${_gitver}" +version=8.1.0 +revision=1 +wrksrc="aniso8601-${version}" build_style=python3-module -pycompile_module="aniso8601" hostmakedepends="python3-setuptools" depends="python3-dateutil" short_desc="Library for parsing ISO 8601 strings" maintainer="Andrew Benson " license="MIT" homepage="https://bitbucket.org/nielsenb/aniso8601" -distfiles="${homepage}/get/v${version}.tar.gz" -checksum=4947491026822bfc5711f3f51f9b4399996c6fe7b635e38e3e260c1f6cd81bd2 +distfiles="${PYPI_SITE}/a/aniso8601/aniso8601-$version.tar.gz" +checksum=246bf8d3611527030889e6df970878969d3a2f760ba3eb694fa1fb10e6ce53f9 post_install() { vlicense LICENSE