Date: Thursday, October 22, 2020 @ 06:31:54 Author: alucryd Revision: 728784
upgpkg: python-marshmallow-sqlalchemy 0.24.0-1 Modified: python-marshmallow-sqlalchemy/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-22 06:31:36 UTC (rev 728783) +++ PKGBUILD 2020-10-22 06:31:54 UTC (rev 728784) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-marshmallow-sqlalchemy -pkgver=0.23.1 +pkgver=0.24.0 pkgrel=1 pkgdesc='SQLAlchemy integration with marshmallow' url=https://marshmallow-sqlalchemy.readthedocs.io/ @@ -15,7 +15,8 @@ git python-setuptools ) -source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=2dc102ad3e66066a9851f23bfaf911d439e4d93b) +_tag=45df83115f84abc55e037ce9c2d05aff3f7ded52 +source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag}) sha256sums=(SKIP) pkgver() {
