diff --git a/.SRCINFO b/.SRCINFO index 2f27f29..24266e6 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 816ab96..3670e6d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Cedric Girard 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}"