summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2025-05-09 12:49:01 +0530
committertxtsd2025-05-09 12:49:01 +0530
commit1464e4cd72a51803d8790071b166284b7780b9bd (patch)
treebf30f16b918bcfc9a282a1b18900f5f265806a37 /PKGBUILD
parentfab72c2cb2f8d36469841e3ffd892385dd0b7e40 (diff)
downloadaur-python-selenium.tar.gz
upgpkg: python-selenium 4.32.0-1
Upstream Release: python-selenium 4.32.0 Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 647c30380457..852bca3cac30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=python-selenium
_pkgname="${pkgname#python-}"
-pkgver=4.31.0
+pkgver=4.32.0
pkgrel=1
pkgdesc="Python language bindings for Selenium WebDriver"
arch=(x86_64)
@@ -38,7 +38,7 @@ options=(!lto)
source=(
"https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
)
-sha256sums=('441cffc436a2e6659fe3cfb012692435652efd38b0d368d16f661a5db47825f5')
+sha256sums=('b9509bef4056f4083772abb1ae19ff57247d617a29255384b26be6956615b206')
_archive="${_pkgname}-${pkgver}"