From 968c82de2889837c91c67d9016c5a9c4e45fee37 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Tue, 20 Feb 2024 06:03:03 +0000 Subject: [PATCH] python-selenium: auto updated to 4.18.0-1 --- BioArchLinux/python-selenium/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {