summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJat2018-11-09 14:43:07 +0800
committerJat2018-11-09 14:43:07 +0800
commit8a5308d8cbc3f7570bd37e330d19d6e90014613c (patch)
treebe2e183e5fef271ecc82b4d8708053305dfeee1a /PKGBUILD
parent122faa1f712d8887fc3bb062273f2780d959921b (diff)
downloadaur-8a5308d8cbc3f7570bd37e330d19d6e90014613c.tar.gz
0.7.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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