new upstream version 0.10.0
This commit is contained in:
parent
371b33fd17
commit
788d47a839
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.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
|
||||
|
||||
|
|
4
PKGBUILD
4
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}"
|
||||
|
|
Loading…
Reference in a new issue