Date: Tuesday, December 17, 2019 @ 20:11:43 Author: alucryd Revision: 537954
upgpkg: python-marshmallow-sqlalchemy 0.21.0-1 Modified: python-marshmallow-sqlalchemy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-17 20:09:49 UTC (rev 537953) +++ PKGBUILD 2019-12-17 20:11:43 UTC (rev 537954) @@ -1,8 +1,8 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-marshmallow-sqlalchemy -pkgver=0.19.0 -pkgrel=2 +pkgver=0.21.0 +pkgrel=1 pkgdesc='SQLAlchemy integration with marshmallow' url=https://marshmallow-sqlalchemy.readthedocs.io/ arch=(any) @@ -15,7 +15,7 @@ git python-setuptools ) -source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=abf13441214e0ccd13c93cbcac493c065042cace) +source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=d7c7c2c602f9ac37b147cf528fa6e07ab6daa121) sha256sums=(SKIP) pkgver() {
