summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-02 12:42:26 -0500
committerCarlos Aznarán2024-02-02 12:42:26 -0500
commit01ad808bd0aaaf13aa322064c358b2d8df078aec (patch)
tree5c4c1e47e601efba7ddc08c8c818b1e80f3ab88d /PKGBUILD
parent0048d93813ac0060733aea5ccabbc28c55f4cb25 (diff)
downloadaur-01ad808bd0aaaf13aa322064c358b2d8df078aec.tar.gz
Bump version to 4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6e502b2158a..4f300053cbcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gaël Donval <gdonval+aur at google mail>
_base=pytest-selenium
pkgname=python-${_base}
-pkgver=4.0.2
+pkgver=4.1.0
pkgrel=1
pkgdesc="pytest plugin for Selenium"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-pytest-base-url python-pytest-html python-pytest-variables pytho
makedepends=(python-build python-installer python-hatch-vcs)
# checkdepends=(python-pytest-localserver python-pytest-xdist python-pytest-mock python-py chromedriver) # geckodriver
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('89aa58bb14b64c24e4ab48a0173cbbe40aa6f15336c6e964fab0e087fc75a1699d2b333bda389015df97e9e6b79c7e0e5c5506cdc7aaad70ab38831322c2ca42')
+sha512sums=('87943c1e2510f752d6f969094f84bf840b33b9190224c60a665bd0540f810b1185fb0ab799ccd6ee57d2eaa61d62f77f00b2b7fb5684cf46ffb410587c55e5cc')
build() {
cd ${_base}-${pkgver}