Date: Tuesday, May 18, 2021 @ 08:30:56 Author: alucryd Revision: 936225
upgpkg: python-quart-cors 0.5.0-1 Modified: python-quart-cors/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-18 08:30:41 UTC (rev 936224) +++ PKGBUILD 2021-05-18 08:30:56 UTC (rev 936225) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-quart-cors -pkgver=0.3.0 -pkgrel=2 +pkgver=0.5.0 +pkgrel=1 pkgdesc='A Quart extension to provide Cross Origin Resource Sharing, access control, support' url=https://gitlab.com/pgjones/quart-cors arch=(any) @@ -22,7 +22,8 @@ python-pytest-sugar python-tox ) -source=(git+https://gitlab.com/pgjones/quart-cors.git#tag=d2cb4c71c2afab7b93c8dabdde90d88732482374) +_tag=597b48b6bf0cd6a73327f05063915aca4afc0662 +source=(git+https://gitlab.com/pgjones/quart-cors.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
