summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2017-03-25 17:31:45 +0100
committerMichel Zou2017-03-25 17:31:45 +0100
commit9f04ffee9d181d3ddbe1852f456405ae3668212b (patch)
treea01c90f61cd8179200b3169bf38116854e42d0ec /PKGBUILD
parentf77aa0a12ae720ff61bd8e1b390e9a139bbddcac (diff)
downloadaur-9f04ffee9d181d3ddbe1852f456405ae3668212b.tar.gz
0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bdeeb76ff4f7..fd43bed1736d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-flask-testing
pkgname=('python-flask-testing' 'python2-flask-testing')
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="Flask unittest integration"
url="https://github.com/jarus/flask-testing"
@@ -8,7 +8,7 @@ arch=(any)
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 'python2-flask')
source=("https://github.com/jarus/flask-testing/archive/v${pkgver}.tar.gz")
-md5sums=('bd4513dc0961a46cf28e2f539eb590e1')
+md5sums=('1f121dcc64ea4f3e1d3eeda180f6eafa')
prepare() {
cd "${srcdir}"/flask-testing-$pkgver