From f57e1030000264d132894384d7778a0c41170550 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 29 Feb 2016 15:31:06 +0100 Subject: [PATCH] new upstream version 0.9.0 --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d9cefe3..4727089 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Cedric Girard pkgname='python2-flask-restplus' -pkgver='0.8.6' +pkgver='0.9.0' pkgrel='1' pkgdesc='custom actions for flask to help manage your application' arch=('any') url='http://pypi.python.org/pypi/Flask-Restplus/' license=('BSD') -depends=('python2-flask' 'python2-flask-restful' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601') +depends=('python2-flask>=0.8' 'python2-six>=1.3.0' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601>=0.82') checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal') makedepends=('setuptools') source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz") -sha1sums=('455788a4fa4cc9605760041974dbd7e4f46d9899') +sha1sums=('4d319bf6bd15177041555d1fb7a1466451186dc2') build() { cd "flask-restplus-${pkgver}"