diff --git a/BioArchLinux/python-selenium/PKGBUILD b/BioArchLinux/python-selenium/PKGBUILD index 82172eee11..5b737ce690 100644 --- a/BioArchLinux/python-selenium/PKGBUILD +++ b/BioArchLinux/python-selenium/PKGBUILD @@ -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() {