new upstream version 0.10.1
This commit is contained in:
parent
788d47a839
commit
ea45b4483b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
||||
|
|
4
PKGBUILD
4
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}"
|
||||
|
|
Loading…
Reference in a new issue