new upstream version and new source path
This commit is contained in:
parent
d478f1a95f
commit
4eb20e0b54
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,8 +1,8 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Mar 18 09:42:11 UTC 2016
|
# Thu Apr 28 15:42:44 UTC 2016
|
||||||
pkgbase = python2-flask-restplus
|
pkgbase = python2-flask-restplus
|
||||||
pkgdesc = custom actions for flask to help manage your application
|
pkgdesc = custom actions for flask to help manage your application
|
||||||
pkgver = 0.9.0
|
pkgver = 0.9.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://pypi.python.org/pypi/Flask-Restplus/
|
url = http://pypi.python.org/pypi/Flask-Restplus/
|
||||||
arch = any
|
arch = any
|
||||||
|
@ -18,8 +18,8 @@ pkgbase = python2-flask-restplus
|
||||||
depends = python2-jsonschema
|
depends = python2-jsonschema
|
||||||
depends = python2-pytz
|
depends = python2-pytz
|
||||||
depends = python2-aniso8601>=0.82
|
depends = python2-aniso8601>=0.82
|
||||||
source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.9.0.tar.gz
|
source = https://pypi.io/packages/source/f/flask-restplus/flask-restplus-0.9.2.tar.gz
|
||||||
sha1sums = 4d319bf6bd15177041555d1fb7a1466451186dc2
|
sha1sums = 0b386cfffe8fbf07092bd0b02e887cae4a1c7360
|
||||||
|
|
||||||
pkgname = python2-flask-restplus
|
pkgname = python2-flask-restplus
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname='python2-flask-restplus'
|
pkgname='python2-flask-restplus'
|
||||||
pkgver='0.9.0'
|
pkgver='0.9.2'
|
||||||
pkgrel='1'
|
pkgrel='1'
|
||||||
pkgdesc='custom actions for flask to help manage your application'
|
pkgdesc='custom actions for flask to help manage your application'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -10,8 +10,8 @@ depends=('python2-flask>=0.8' 'python2-six>=1.3.0' 'python2-jsonschema' 'python2
|
||||||
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal')
|
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal')
|
||||||
makedepends=('setuptools')
|
makedepends=('setuptools')
|
||||||
|
|
||||||
source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
|
source=("https://pypi.io/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
|
||||||
sha1sums=('4d319bf6bd15177041555d1fb7a1466451186dc2')
|
sha1sums=('0b386cfffe8fbf07092bd0b02e887cae4a1c7360')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "flask-restplus-${pkgver}"
|
cd "flask-restplus-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue