python-selenium: auto updated to 4.28.0-1

This commit is contained in:
BioArchLinuxBot 2025-01-20 18:05:20 +00:00
parent ac738cd9b5
commit 49cf98cd2d

View file

@ -7,8 +7,8 @@
pkgname=python-selenium
_pkgname="${pkgname#python-}"
pkgver=4.27.1
pkgrel=3
pkgver=4.28.0
pkgrel=1
pkgdesc="Python language bindings for Selenium WebDriver"
arch=(x86_64)
url="https://github.com/SeleniumHQ/selenium"
@ -35,7 +35,7 @@ makedepends=(
)
options=(!lto)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('5296c425a75ff1b44d0d5199042b36a6d1ef76c04fb775b97b40be739a9caae2')
sha256sums=('a9fae6eef48d470a1b0c6e45185d96f0dafb025e8da4b346cc41e4da3ac54fa0')
_archive="${_pkgname}-${pkgver}"