summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-05-01 15:50:17 -0500
committerCarlos Aznarán2024-05-01 15:50:17 -0500
commitf0c04aa60042abfcd135279f547f4e2a3589bd85 (patch)
treecbe910b11eaa3012f7ba7a39c6a7829826960761
parentf2f05260385ac08fcd9dd98a6643c03172e01606 (diff)
downloadaur-f0c04aa60042abfcd135279f547f4e2a3589bd85.tar.gz
Bump version to 4.26.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1292272f0683..6ff542858f1f 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.26.0
+ pkgver = 4.26.1
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.26.0.tar.gz::https://github.com/seleniumbase/SeleniumBase/archive/v4.26.0.tar.gz
- sha512sums = 222a951d6cd893e53522617e2d4de5d9a14036bc760db0774952ca1776207220afc784641a083226d84fa7d529d5775eeed8278e261c5a275d86339531350e2e
+ source = SeleniumBase-4.26.1.tar.gz::https://github.com/seleniumbase/SeleniumBase/archive/v4.26.1.tar.gz
+ sha512sums = 18d3a4e06a6c7bdcb508ab68d881e97d77f4015eb0de357100c4f16fd7d1bcacf268fd386989d551013e5bbccf94c8c3e710c2850c1b72dd4258a399f0ee6044
pkgname = python-seleniumbase
diff --git a/PKGBUILD b/PKGBUILD
index 5e7971503078..e6a0017d7cc5 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.26.0
+pkgver=4.26.1
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=('222a951d6cd893e53522617e2d4de5d9a14036bc760db0774952ca1776207220afc784641a083226d84fa7d529d5775eeed8278e261c5a275d86339531350e2e')
+sha512sums=('18d3a4e06a6c7bdcb508ab68d881e97d77f4015eb0de357100c4f16fd7d1bcacf268fd386989d551013e5bbccf94c8c3e710c2850c1b72dd4258a399f0ee6044')
build() {
cd ${_base}-${pkgver}