Date: Thursday, September 2, 2021 @ 16:32:01 Author: alucryd Revision: 1010595
upgpkg: python-ciso8601 2.2.0-1 Modified: python-ciso8601/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-02 16:26:24 UTC (rev 1010594) +++ PKGBUILD 2021-09-02 16:32:01 UTC (rev 1010595) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-ciso8601 -pkgver=2.1.3 -pkgrel=3 +pkgver=2.2.0 +pkgrel=1 pkgdesc='Fast ISO8601 date time parser for Python written in C' arch=(x86_64) url=https://github.com/closeio/ciso8601 @@ -16,7 +16,8 @@ git python-setuptools ) -source=(git+https://github.com/closeio/ciso8601.git#tag=42b7af38a619d0024be6a78be4efffcf33c749b0) +_tag=91fb6eea34121d90085b0218660a220db4171d35 +source=(git+https://github.com/closeio/ciso8601.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
