new upstream version 0.9.0
This commit is contained in:
parent
4c2dc56ee1
commit
f57e103000
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,17 +1,17 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
pkgname='python2-flask-restplus'
|
||||
pkgver='0.8.6'
|
||||
pkgver='0.9.0'
|
||||
pkgrel='1'
|
||||
pkgdesc='custom actions for flask to help manage your application'
|
||||
arch=('any')
|
||||
url='http://pypi.python.org/pypi/Flask-Restplus/'
|
||||
license=('BSD')
|
||||
depends=('python2-flask' 'python2-flask-restful' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601')
|
||||
depends=('python2-flask>=0.8' 'python2-six>=1.3.0' 'python2-jsonschema' 'python2-pytz' 'python2-aniso8601>=0.82')
|
||||
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal')
|
||||
makedepends=('setuptools')
|
||||
|
||||
source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
|
||||
sha1sums=('455788a4fa4cc9605760041974dbd7e4f46d9899')
|
||||
sha1sums=('4d319bf6bd15177041555d1fb7a1466451186dc2')
|
||||
|
||||
build() {
|
||||
cd "flask-restplus-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue