summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-03-06 23:43:47 +0100
committerCedric Girard2017-03-06 23:43:47 +0100
commitea45b4483b317eeb3b1cc3cedeb4d6d3cc59050d (patch)
tree13ccfda604e889025afe65c5a41d5756181a7c76
parent788d47a83931fe3c2f78c6590633fdaac05f5eed (diff)
downloadaur-ea45b4483b317eeb3b1cc3cedeb4d6d3cc59050d.tar.gz
new upstream version 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f27f29af8df..24266e64e853 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.10.0
+ pkgver = 0.10.1
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.10.0.tar.gz
- sha1sums = d354c16789d9a04bf26f5c68072131c2e61e95f9
+ source = https://pypi.io/packages/source/f/flask-restplus/flask-restplus-0.10.1.tar.gz
+ sha1sums = d6162efccd7e7c794f435252adcf78a262cfa969
pkgname = python2-flask-restplus
diff --git a/PKGBUILD b/PKGBUILD
index 816ab961f429..3670e6db1e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname='python2-flask-restplus'
-pkgver='0.10.0'
+pkgver='0.10.1'
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=('d354c16789d9a04bf26f5c68072131c2e61e95f9')
+sha1sums=('d6162efccd7e7c794f435252adcf78a262cfa969')
build() {
cd "flask-restplus-${pkgver}"