summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-04-05 18:40:51 -0500
committerCarlos Aznarán2024-04-05 18:40:51 -0500
commit0d5b43674db317bdb11775024a82f58320ab1f37 (patch)
treede06b1e3d35c29fe5a20a4be0d0ef6a49057979e /PKGBUILD
parentbd51a650eb58ddca3b20b03e2a02ad31961406b4 (diff)
downloadaur-0d5b43674db317bdb11775024a82f58320ab1f37.tar.gz
Bump version to 4.25.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02923f197b7f..e25223a72985 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.25.1
+pkgver=4.25.2
pkgrel=1
arch=(any)
url="https://${_base,,}.io"
@@ -28,7 +28,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=('23c1f751f9cc9c6a25efedbab22cfd323a0762279aee45113451f8eb44b68b65a98170d0ffc17b82f36f764b1a60de7dc6682c696e867bd63fac8ec3c77b7544')
+sha512sums=('cebdc544bfa8bbbcb088c805947223cbf66a872a92897e2cb8e3869fc3a9f4aa93011fd0192d5f3e0b9cdb5146daefe5de763cd172dec616a6ba7d9551b574c9')
build() {
cd ${_base}-${pkgver}