summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-10-27 10:15:14 -0500
committerCarlos Aznarán2024-10-27 10:15:14 -0500
commitd66cf72a937d2ecb5fe4d1848cf2953e47e5a3d8 (patch)
tree6d513be18a4eb09104827e1bcb1845b8ac63467e /PKGBUILD
parent59bc5001deb7a6bc27f9cf7904cd8366abdf5c5f (diff)
downloadaur-d66cf72a937d2ecb5fe4d1848cf2953e47e5a3d8.tar.gz
Bump version to 4.32.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9e5d780280e..08aac0b6b17a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=SeleniumBase
pkgname=python-${_base,,}
pkgdesc="A complete web automation framework for end-to-end testing"
-pkgver=4.32.0
+pkgver=4.32.3
pkgrel=1
arch=(any)
url="https://${_base,,}.io"
@@ -33,7 +33,7 @@ depends=(python-filelock
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest-rerunfailures selenium-manager chromium)
source=(${_base}-${pkgver}.tar.gz::https://github.com/${_base,,}/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('bf595c5b152c0d90146adafa21b4d67beadd259fd4de6aec678bc964346681857a417bd27de5d377b04ac91e1c7fed609f3d5d1ad4b4664c8da7bbf5ec823214')
+sha512sums=('75e1df0411b1441c16ca561ed421c9a26fa3c0356a52d41b853ab1db09f1a41b24b2fe5824dc2d703a1f58bbb01faf7c91f21515f806758426d0002473161bd7')
build() {
cd ${_base}-${pkgver}