summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"