summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-04-28 17:42:47 +0200
committerCedric Girard2016-04-28 17:43:13 +0200
commit4eb20e0b54e1833446fee7538e9fb858c7ac392c (patch)
tree8de725bbe8834d0c69442231c2e8278c0f101966
parentd478f1a95fd6e8102d9dc3baff5d9b21d79e1d15 (diff)
downloadaur-4eb20e0b54e1833446fee7538e9fb858c7ac392c.tar.gz
new upstream version and new source path
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d521e5c16c..a3ba72c922cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 18 09:42:11 UTC 2016
+# Thu Apr 28 15:42:44 UTC 2016
pkgbase = python2-flask-restplus
pkgdesc = custom actions for flask to help manage your application
- pkgver = 0.9.0
+ pkgver = 0.9.2
pkgrel = 1
url = http://pypi.python.org/pypi/Flask-Restplus/
arch = any
@@ -18,8 +18,8 @@ pkgbase = python2-flask-restplus
depends = python2-jsonschema
depends = python2-pytz
depends = python2-aniso8601>=0.82
- source = http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-0.9.0.tar.gz
- sha1sums = 4d319bf6bd15177041555d1fb7a1466451186dc2
+ source = https://pypi.io/packages/source/f/flask-restplus/flask-restplus-0.9.2.tar.gz
+ sha1sums = 0b386cfffe8fbf07092bd0b02e887cae4a1c7360
pkgname = python2-flask-restplus
diff --git a/PKGBUILD b/PKGBUILD
index 4727089a9595..084c6f7496e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
pkgname='python2-flask-restplus'
-pkgver='0.9.0'
+pkgver='0.9.2'
pkgrel='1'
pkgdesc='custom actions for flask to help manage your application'
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')
makedepends=('setuptools')
-source=("http://pypi.python.org/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
-sha1sums=('4d319bf6bd15177041555d1fb7a1466451186dc2')
+source=("https://pypi.io/packages/source/f/flask-restplus/flask-restplus-${pkgver}.tar.gz")
+sha1sums=('0b386cfffe8fbf07092bd0b02e887cae4a1c7360')
build() {
cd "flask-restplus-${pkgver}"