summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-09 22:39:54 -0500
committerCarlos Aznarán2024-03-09 22:39:54 -0500
commit1d5d5943c25ec80b06da75765281fc2d71cde731 (patch)
tree0488b734ac67b27c8e8e7268a918974b02094d98 /PKGBUILD
parenteac2bcb4977c2670158a5eaec960642d24ffde87 (diff)
downloadaur-1d5d5943c25ec80b06da75765281fc2d71cde731.tar.gz
Bump version to 4.24.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16c48da267a4..c1945233a1db 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.4
+pkgver=4.24.5
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=('88c5b73fd52e00781470a1b2a3029315dbde54df02c9153109b48c15ff05c3b46f95542bd78065588fc63ad9167ddccf783b2b2f001382eb568f7d8c253ddeeb')
+sha512sums=('1c48cbc8952181dcaab14192c4a2aa6b829ee9d5c26706dbad033565e457f63deab8c7e78a33ae5f93b416285cd457ebf645575014a94a17fc8ca87e079e426e')
build() {
cd ${_base}-${pkgver}