summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-02-29 15:31:06 +0100
committerCedric Girard2016-02-29 15:31:06 +0100
commitf57e1030000264d132894384d7778a0c41170550 (patch)
tree4cc421b1e180560f361f1547cd64dd85826fccb1
parent4c2dc56ee104e1585925a740fa065e95d1c5eac2 (diff)
downloadaur-f57e1030000264d132894384d7778a0c41170550.tar.gz
new upstream version 0.9.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9cefe33089f..4727089a9595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
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}"