summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-03-25 17:31:45 +0100
committerMichel Zou2017-03-25 17:31:45 +0100
commit9f04ffee9d181d3ddbe1852f456405ae3668212b (patch)
treea01c90f61cd8179200b3169bf38116854e42d0ec
parentf77aa0a12ae720ff61bd8e1b390e9a139bbddcac (diff)
downloadaur-9f04ffee9d181d3ddbe1852f456405ae3668212b.tar.gz
0.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1898f770ce91..8930ccb4ffc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 6 18:46:08 UTC 2016
+# Sat Mar 25 16:31:45 UTC 2017
pkgbase = python-flask-testing
pkgdesc = Flask unittest integration
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/jarus/flask-testing
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-flask-testing
makedepends = python2-setuptools
makedepends = python-flask
makedepends = python2-flask
- source = https://github.com/jarus/flask-testing/archive/v0.6.1.tar.gz
- md5sums = bd4513dc0961a46cf28e2f539eb590e1
+ source = https://github.com/jarus/flask-testing/archive/v0.6.2.tar.gz
+ md5sums = 1f121dcc64ea4f3e1d3eeda180f6eafa
pkgname = python-flask-testing
depends = python-flask
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