summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2018-05-30 15:55:47 +0200
committerCedric Girard2018-05-30 15:55:47 +0200
commit6f283a27d3d7d91c0103a369747121422e977f46 (patch)
treece6a4e3eb14e920ca8c6243af1ca7efb98689f02
parent16c6075e4f53d36764c85fbc48ca85695d099359 (diff)
downloadaur-6f283a27d3d7d91c0103a369747121422e977f46.tar.gz
new upstream version 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f59242e812b..63cb2918882d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python2-flask-restplus
pkgdesc = custom actions for flask to help manage your application
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = http://pypi.python.org/pypi/Flask-Restplus/
arch = any
license = BSD
- source = https://pypi.io/packages/source/f/flask-restplus/flask-restplus-0.10.1.tar.gz
- sha1sums = d6162efccd7e7c794f435252adcf78a262cfa969
+ source = https://github.com/noirbizarre/flask-restplus/archive/0.11.0.tar.gz
+ sha1sums = 0851f0516c4208d24fcd98561525a7b6d0054d2d
pkgname = python2-flask-restplus
depends = python2-flask>=0.8
diff --git a/PKGBUILD b/PKGBUILD
index f9dcf216af7d..1b90421730d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
_pythonmod=flask-restplus
pkgname=('python2-flask-restplus' 'python-flask-restplus')
pkgbase='python2-flask-restplus'
-pkgver=0.10.1
+pkgver=0.11.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')
-source=("https://pypi.io/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
-sha1sums=('d6162efccd7e7c794f435252adcf78a262cfa969')
+#source=("https://pypi.io/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
+source=("https://github.com/noirbizarre/flask-restplus/archive/${pkgver}.tar.gz")
+sha1sums=('0851f0516c4208d24fcd98561525a7b6d0054d2d')
check_python2-flask-restplus() {
checkdepends=('python2-blinker' 'python2-rednose' 'python2-nose' 'python2-mock' 'python2-tzlocal')