summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-02-12 17:43:11 +0100
committerCedric Girard2017-02-12 17:43:11 +0100
commit788d47a83931fe3c2f78c6590633fdaac05f5eed (patch)
tree2977a56533061e240e2d24c10a1cf27c9f87e3ff
parent371b33fd177a86ff4b6fdb8e412009b456066cb5 (diff)
downloadaur-788d47a83931fe3c2f78c6590633fdaac05f5eed.tar.gz
new upstream version 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 889a46c96dbd..2f27f29af8df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-flask-restplus
pkgdesc = custom actions for flask to help manage your application
- pkgver = 0.9.2
+ pkgver = 0.10.0
pkgrel = 1
url = http://pypi.python.org/pypi/Flask-Restplus/
arch = any
@@ -16,8 +16,8 @@ pkgbase = python2-flask-restplus
depends = python2-jsonschema
depends = python2-pytz
depends = python2-aniso8601>=0.82
- source = https://pypi.io/packages/source/f/flask-restplus/flask-restplus-0.9.2.tar.gz
- sha1sums = 0b386cfffe8fbf07092bd0b02e887cae4a1c7360
+ source = https://pypi.io/packages/source/f/flask-restplus/flask-restplus-0.10.0.tar.gz
+ sha1sums = d354c16789d9a04bf26f5c68072131c2e61e95f9
pkgname = python2-flask-restplus
diff --git a/PKGBUILD b/PKGBUILD
index 3775eca925fc..816ab961f429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname='python2-flask-restplus'
-pkgver='0.9.2'
+pkgver='0.10.0'
pkgrel='1'
pkgdesc='custom actions for flask to help manage your application'
arch=('any')
@@ -11,7 +11,7 @@ checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock'
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
-sha1sums=('0b386cfffe8fbf07092bd0b02e887cae4a1c7360')
+sha1sums=('d354c16789d9a04bf26f5c68072131c2e61e95f9')
build() {
cd "flask-restplus-${pkgver}"