Date: Tuesday, April 16, 2019 @ 14:07:00 Author: alucryd Revision: 451811
upgpkg: python-marshmallow-sqlalchemy 0.16.2-1 Modified: python-marshmallow-sqlalchemy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-16 14:03:49 UTC (rev 451810) +++ PKGBUILD 2019-04-16 14:07:00 UTC (rev 451811) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-marshmallow-sqlalchemy -pkgver=0.16.1 +pkgver=0.16.2 pkgrel=1 pkgdesc='SQLAlchemy integration with marshmallow' url=https://marshmallow-sqlalchemy.readthedocs.io/ @@ -16,7 +16,7 @@ python-setuptools ) source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver}) -sha256sums=('SKIP') +sha256sums=(SKIP) build() { cd marshmallow-sqlalchemy
