Date: Monday, September 9, 2019 @ 07:36:03 Author: alucryd Revision: 509069
upgpkg: python-marshmallow-sqlalchemy 0.19.0-1 Modified: python-marshmallow-sqlalchemy/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-09 07:32:27 UTC (rev 509068) +++ PKGBUILD 2019-09-09 07:36:03 UTC (rev 509069) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-marshmallow-sqlalchemy -pkgver=0.17.0 +pkgver=0.19.0 pkgrel=1 pkgdesc='SQLAlchemy integration with marshmallow' url=https://marshmallow-sqlalchemy.readthedocs.io/ @@ -15,9 +15,15 @@ git python-setuptools ) -source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver}) -sha256sums=('SKIP') +source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=abf13441214e0ccd13c93cbcac493c065042cace) +sha256sums=(SKIP) +pkgver() { + cd marshmallow-sqlalchemy + + git describe --tags +} + build() { cd marshmallow-sqlalchemy @@ -28,7 +34,7 @@ cd marshmallow-sqlalchemy python setup.py install --root="${pkgdir}" -O1 --skip-build - install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy + install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/ } # vim: ts=2 sw=2 et:
