Date: Wednesday, September 30, 2020 @ 06:23:24 Author: alucryd Revision: 714029
upgpkg: python-flask-marshmallow 0.14.0-1 Modified: python-flask-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-30 06:22:57 UTC (rev 714028) +++ PKGBUILD 2020-09-30 06:23:24 UTC (rev 714029) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-flask-marshmallow -pkgver=0.13.0 +pkgver=0.14.0 pkgrel=1 pkgdesc='Flask + marshmallow for beautiful APIs' url=https://flask-marshmallow.readthedocs.io/ @@ -15,7 +15,8 @@ git python-setuptools ) -source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=b2337d564977fd3a4a8ced636dbeda4cb54990c3) +_tag=0d84ce91ab4a00a2e628c5d9a2529948e2fce3be +source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
