summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJat2018-11-09 14:43:07 +0800
committerJat2018-11-09 14:43:07 +0800
commit8a5308d8cbc3f7570bd37e330d19d6e90014613c (patch)
treebe2e183e5fef271ecc82b4d8708053305dfeee1a
parent122faa1f712d8887fc3bb062273f2780d959921b (diff)
downloadaur-8a5308d8cbc3f7570bd37e330d19d6e90014613c.tar.gz
0.7.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e6f6ca0167..433cc51a49b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-flask-testing
pkgdesc = Flask unittest integration
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jarus/flask-testing
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = python-flask-testing
makedepends = python-flask
makedepends = python2-flask
source = https://github.com/jarus/flask-testing/archive/v0.7.1.tar.gz
- md5sums = 1f121dcc64ea4f3e1d3eeda180f6eafa
+ md5sums = 8f8a9ec996ca7be8b2317d3962a656b0
pkgname = python-flask-testing
depends = python-flask
diff --git a/PKGBUILD b/PKGBUILD
index 0975f9ecec13..389dac9193df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgbase=python-flask-testing
pkgname=('python-flask-testing' 'python2-flask-testing')
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Flask unittest integration"
url="https://github.com/jarus/flask-testing"
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=('1f121dcc64ea4f3e1d3eeda180f6eafa')
+md5sums=('8f8a9ec996ca7be8b2317d3962a656b0')
prepare() {
cd "${srcdir}"/flask-testing-$pkgver