summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4fab6fae840..6a8a6449797e 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.20.3
+ pkgver = 4.20.4
pkgrel = 1
url = https://seleniumbase.io
arch = any
@@ -29,7 +29,7 @@ pkgbase = python-seleniumbase
depends = python-colorama
depends = python-pyotp
depends = python-rich
- source = SeleniumBase-4.20.3.tar.gz::https://github.com/seleniumbase/SeleniumBase/archive/v4.20.3.tar.gz
+ source = SeleniumBase-4.20.4.tar.gz::https://github.com/seleniumbase/SeleniumBase/archive/v4.20.4.tar.gz
sha512sums = 227e01b93a1fcb51cb23a06ee88578df0b8722b50372783b809e9743ab24c385faa769021417b952ea16ff4c73fb0c9e808e3f888867eea36bb69379a24960cb
pkgname = python-seleniumbase
diff --git a/PKGBUILD b/PKGBUILD
index 775c98a85d0c..dc135132a1ec 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.20.3
+pkgver=4.20.4
pkgrel=1
arch=(any)
url="https://${_base,,}.io"