Date: Wednesday, July 20, 2022 @ 20:20:22 Author: arojas Revision: 1254942
upgpkg: python-uritemplate 4.1.1-1: Update to 4.1.1 Modified: python-uritemplate/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-20 20:19:11 UTC (rev 1254941) +++ PKGBUILD 2022-07-20 20:20:22 UTC (rev 1254942) @@ -1,8 +1,8 @@ # Maintainer: Andrzej Giniewicz <[email protected]> pkgname=python-uritemplate -pkgver=3.0.1 -pkgrel=6 +pkgver=4.1.1 +pkgrel=1 pkgdesc="a Python implementation of RFC6570" arch=('any') url="https://uritemplate.readthedocs.io/" @@ -10,7 +10,7 @@ depends=('python') makedepends=('python-setuptools') source=("https://github.com/sigmavirus24/uritemplate/archive/${pkgver}.tar.gz") -sha1sums=('5478f460fd61838328c1916bb6bdb54bcc4677f6') +sha1sums=('80411e0b7ae360d0d3a43a44c046d3f5ae4902e7') build() { cd "$srcdir"/uritemplate-${pkgver}
