summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2016-09-28 17:29:28 +0200
committerCedric Girard2016-09-28 17:29:28 +0200
commit145037d020c1c9ac1098b9c2b4b2fe0696d8881e (patch)
tree3c62500ee5130aa8fe8d8acb550a17eb43baa7c3 /PKGBUILD
parent5d5f460ad32a0c6b1fcef292e1185b4f92d8df90 (diff)
downloadaur-145037d020c1c9ac1098b9c2b4b2fe0696d8881e.tar.gz
new upstream version 1.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42b791c6c712..1686609e7e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=Flask-Compress
pkgname='python2-flask-compress'
-pkgver='1.3.1'
+pkgver='1.3.2'
pkgrel='1'
pkgdesc='custom actions for flask to help manage your application'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python2-flask')
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
-sha1sums=('ec4ac23f3f6ad71e63882c6a2a371e13771f1915')
+sha1sums=('a046f42f23f29028be4d59d4f021620f0a573732')
build() {
cd "Flask-Compress-${pkgver}"