python-selenium: auto updated to 4.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-02-20 06:03:03 +00:00
parent f82980eefa
commit 968c82de28

View file

@ -5,7 +5,7 @@
_pyname=selenium
_suffix=''
pkgname=python-$_pyname
pkgver=4.17.0
pkgver=4.18.0
pkgrel=1
pkgdesc="Python language bindings for Selenium WebDriver"
arch=(any)
@ -17,7 +17,7 @@ depends=('python-urllib3' 'python-certifi' 'python-debugpy' 'python-multidict'
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=('python-pytest' 'python-colorama')
source=(https://github.com/SeleniumHQ/${_pyname}/archive/refs/tags/${_pyname}-${pkgver}${suffix}.tar.gz)
sha256sums=('692a1f8d0a773819b5fd5221176a5df65f9dee61097b3b8b686a5cd28a501b43')
sha256sums=('ef160be23eefc384a384eeacbc0f7413e5974bc3807d1de8e69db9cda1c516bb')
options=(!makeflags)
prepare() {