summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-09-22 10:10:07 +0200
committerCedric Girard2016-09-22 10:10:07 +0200
commit5d5f460ad32a0c6b1fcef292e1185b4f92d8df90 (patch)
tree536dbea74e26b02e4ef6ac3ade90b45c9004ca63
parent10cb7c6cca3d4f5ea03d6517547a180324d84627 (diff)
downloadaur-5d5f460ad32a0c6b1fcef292e1185b4f92d8df90.tar.gz
new upstream version 1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 916150cffe54..49bcf671337f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-flask-compress
pkgdesc = custom actions for flask to help manage your application
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = http://pypi.python.org/pypi/Flask-Compress/
arch = any
license = BSD
makedepends = python2-setuptools
depends = python2-flask
- source = http://pypi.python.org/packages/source/F/Flask-Compress/Flask-Compress-1.3.0.tar.gz
- sha1sums = 3a5e30a7ce0b927421d5afca416a27f71c6a47f0
+ source = https://pypi.io/packages/source/F/Flask-Compress/Flask-Compress-1.3.1.tar.gz
+ sha1sums = ec4ac23f3f6ad71e63882c6a2a371e13771f1915
pkgname = python2-flask-compress
diff --git a/PKGBUILD b/PKGBUILD
index 088f54e09d89..42b791c6c712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
+_pythonmod=Flask-Compress
pkgname='python2-flask-compress'
-pkgver='1.3.0'
+pkgver='1.3.1'
pkgrel='1'
pkgdesc='custom actions for flask to help manage your application'
arch=('any')
@@ -9,8 +10,8 @@ license=('BSD')
depends=('python2-flask')
makedepends=('python2-setuptools')
-source=("http://pypi.python.org/packages/source/F/Flask-Compress/Flask-Compress-${pkgver}.tar.gz")
-sha1sums=('3a5e30a7ce0b927421d5afca416a27f71c6a47f0')
+source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
+sha1sums=('ec4ac23f3f6ad71e63882c6a2a371e13771f1915')
build() {
cd "Flask-Compress-${pkgver}"