summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-06-28 14:22:58 -0500
committerCarlos Aznarán2024-06-28 14:22:58 -0500
commite8507132766c4ad7b3b2404b764729fc31c6c202 (patch)
treed94bc299b2fc06ee50f41cf667c6fe5b55ab31bb /PKGBUILD
parenta647bd71e2f42ec0c38eceb169a749afd94e19ff (diff)
downloadaur-e8507132766c4ad7b3b2404b764729fc31c6c202.tar.gz
Bump version to 4.28.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0465493761e..fdd799841832 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.28.0
+pkgver=4.28.1
pkgrel=1
arch=(any)
url="https://${_base,,}.io"
@@ -20,17 +20,20 @@ depends=(python-filelock
python-parameterized
python-behave
python-beautifulsoup4
+ python-yaml
+ python-websocket-client
+ python-sortedcontainers
python-pdbp
python-colorama
python-pyotp
- python-yaml
- python-websocket-client
python-xlib
+ python-markdown-it-py
+ python-mdurl
python-rich) # python-sbvirtualdisplay python-pynose
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=('10c2f53b8599a168989abf31907a7dbf27a76402cb8781461da9ee70b2af00401eccc6f7f6f3818091411c116384d8462c6043faf101b734172e9ddddebf16cb')
+sha512sums=('a355959d4bfa28728f35e6027c90e559c2361b6985e134f2fec4ef27694dc51edf738d8d7aa887762b0cd71c89c634b871115567225aa90d9055a737cd8ce15d')
build() {
cd ${_base}-${pkgver}