summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Ruhier2019-07-28 20:07:46 +0000
committerAnthony Ruhier2019-07-28 20:07:46 +0000
commit75bfc3bd6b0fce153c9fef8c81e7bbe28c87437b (patch)
tree6f5785d60d8e6aea8d6f181ba311ee5c5c57116c /PKGBUILD
parent205069712ee7304bdbf9b84dbec55966b02bde66 (diff)
downloadaur-75bfc3bd6b0fce153c9fef8c81e7bbe28c87437b.tar.gz
Version 0.15.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3f752905ac1..19e7ccc14444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pytest-flask
_pkgbase="${pkgbase#python-}"
pkgname=(python-pytest-flask python2-pytest-flask)
-pkgver=0.10.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="A set of pytest fixtures to test Flask applications."
arch=(any)
@@ -17,7 +17,7 @@ makedepends=(
)
options=(!emptydirs)
source=("https://github.com/pytest-dev/${_pkgbase}/archive/${pkgver}.tar.gz")
-sha256sums=('46751b8224189a77e47cf584acc577f9cf35fb6aa68ebc427a15590a8de5b08b')
+sha256sums=('2e43f5950689cd32493f775fa00f476d141e30334d89cc7e5a9fd87c08c4192d')
package_python-pytest-flask() {
depends=('python-flask' 'python-werkzeug')