summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2018-11-09 14:40:17 +0800
committerJat2018-11-09 14:40:17 +0800
commit122faa1f712d8887fc3bb062273f2780d959921b (patch)
treedf54504461b4013ec4a981dfa27b12109d1e37ab
parent9f04ffee9d181d3ddbe1852f456405ae3668212b (diff)
downloadaur-122faa1f712d8887fc3bb062273f2780d959921b.tar.gz
0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8930ccb4ffc9..03e6f6ca0167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 25 16:31:45 UTC 2017
pkgbase = python-flask-testing
pkgdesc = Flask unittest integration
- pkgver = 0.6.2
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/jarus/flask-testing
arch = any
@@ -11,7 +9,7 @@ pkgbase = python-flask-testing
makedepends = python2-setuptools
makedepends = python-flask
makedepends = python2-flask
- source = https://github.com/jarus/flask-testing/archive/v0.6.2.tar.gz
+ source = https://github.com/jarus/flask-testing/archive/v0.7.1.tar.gz
md5sums = 1f121dcc64ea4f3e1d3eeda180f6eafa
pkgname = python-flask-testing
diff --git a/PKGBUILD b/PKGBUILD
index fd43bed1736d..0975f9ecec13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgbase=python-flask-testing
pkgname=('python-flask-testing' 'python2-flask-testing')
-pkgver=0.6.2
+pkgver=0.7.1
pkgrel=1
pkgdesc="Flask unittest integration"
url="https://github.com/jarus/flask-testing"