summarylogtreecommitdiffstats
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
parentbd51a650eb58ddca3b20b03e2a02ad31961406b4 (diff)
downloadaur-0d5b43674db317bdb11775024a82f58320ab1f37.tar.gz
Bump version to 4.25.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cddf69b8fc9f..5cd61c1a8ed1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-seleniumbase
pkgdesc = A complete web automation framework for end-to-end testing
- pkgver = 4.25.1
+ pkgver = 4.25.2
pkgrel = 1
url = https://seleniumbase.io
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-seleniumbase
depends = python-pyotp
depends = python-yaml
depends = python-rich
- source = SeleniumBase-4.25.1.tar.gz::https://github.com/seleniumbase/SeleniumBase/archive/v4.25.1.tar.gz
- sha512sums = 23c1f751f9cc9c6a25efedbab22cfd323a0762279aee45113451f8eb44b68b65a98170d0ffc17b82f36f764b1a60de7dc6682c696e867bd63fac8ec3c77b7544
+ source = SeleniumBase-4.25.2.tar.gz::https://github.com/seleniumbase/SeleniumBase/archive/v4.25.2.tar.gz
+ sha512sums = cebdc544bfa8bbbcb088c805947223cbf66a872a92897e2cb8e3869fc3a9f4aa93011fd0192d5f3e0b9cdb5146daefe5de763cd172dec616a6ba7d9551b574c9
pkgname = python-seleniumbase
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}