summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-02-27 10:15:32 -0500
committerCarlos Aznarán2024-02-27 10:15:32 -0500
commit6e7f67365364f24130802196242eae33063f7672 (patch)
tree947d0ccc9a9137f5567cac6630362c7784e692a1 /PKGBUILD
parent91778d23cdcde67f2b2017810486e816d06152a7 (diff)
downloadaur-6e7f67365364f24130802196242eae33063f7672.tar.gz
Bump version to 4.24.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a38e69aa4b1..21890725def1 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.24.0
+pkgver=4.24.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=('230d5c078ba2cae9b1f078a5de4d8f855646ae0cdcd02e8498444d1c3f4ac9d334a299766707b9134f01b61ddf763472c5ab5133331a1254d90a52fd7dbdf2a2')
+sha512sums=('9fa3152b4b285fc6125b64c7f25260a86f158a6793ba3d9882a3804e1f48e9c78c3615fe559b2c7039d2f7111a593d274234c92d458570c7bdc2685548495db4')
build() {
cd ${_base}-${pkgver}