summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2020-03-12 09:06:40 +1300
committerBlair Bonnett2020-03-12 09:06:40 +1300
commitd9ade4dad3d5bc2749ccfbf84bed83266a25b84f (patch)
tree7e5f8a6ed4f0b4d0736e8635e1fe5952e06f273c /PKGBUILD
parentfce6fc05ff903f940a768a88c1d98258576b528b (diff)
downloadaur-python-pytest-html.tar.gz
Update package to 2.1.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b91f4060107..491e0ed1f231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Blair Bonnett <blair dot bonnett at gmail dot com>
pkgname=python-pytest-html
-pkgver=2.0.1
+pkgver=2.1.0
pkgrel=1
pkgdesc="Plugin for generating HTML reports for pytest results"
url="https://github.com/pytest-dev/pytest-html"
@@ -15,7 +15,7 @@ source=(
"https://files.pythonhosted.org/packages/source/p/pytest-html/pytest-html-$pkgver.tar.gz"
)
sha256sums=(
- "933da7a5e71e5eace9e475441ed88a684f20f6198aa36516cb947ac05edd9921"
+ '8645a8616c8ed7414678e0aeebc3b2fd7d44268773ef5e7289289ad8632c9e91'
)
build() {