Date: Monday, March 11, 2019 @ 09:51:58 Author: alucryd Revision: 439733
upgpkg: python-flask-marshmallow 0.10.0-1 Modified: python-flask-marshmallow/trunk/PKGBUILD ----------+ PKGBUILD | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-11 09:47:01 UTC (rev 439732) +++ PKGBUILD 2019-03-11 09:51:58 UTC (rev 439733) @@ -1,16 +1,22 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=python-flask-marshmallow -pkgver=0.9.0 +pkgver=0.10.0 pkgrel=1 pkgdesc='Flask + marshmallow for beautiful APIs' -url='http://flask-marshmallow.readthedocs.io/' -arch=('any') -license=('MIT') -depends=('python-flask' 'python-marshmallow') -makedepends=('git' 'python-setuptools') -source=("git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${pkgver}") -sha256sums=('SKIP') +url=https://flask-marshmallow.readthedocs.io/ +arch=(any) +license=(MIT) +depends=( + python-flask + python-marshmallow +) +makedepends=( + git + python-setuptools +) +source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${pkgver}) +sha256sums=(SKIP) build() { cd flask-marshmallow
