summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-08-29 21:09:12 -0500
committerCarlos Aznarán Laos2023-08-29 21:09:12 -0500
commit1456486126eac684071c4f3231278c4f109beb08 (patch)
tree63693cef7712f471d3f5dae887e37fb78bc38523 /PKGBUILD
parente3e1d2a5d3e15e4d5077d6d0fd41ebc37039ccdc (diff)
downloadaur-1456486126eac684071c4f3231278c4f109beb08.tar.gz
Bump version to 4.7.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 132f0ebd77d7..ecbb31789e63 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.17.11
+pkgver=4.17.13
pkgrel=1
arch=(any)
url="https://${_base,,}.io"
@@ -27,7 +27,7 @@ depends=(python-filelock
makedepends=(python-build python-installer python-setuptools python-wheel)
# checkdepends=(python-pytest-rerunfailures google-chrome)
source=(${_base}-${pkgver}.tar.gz::https://github.com/${_base,,}/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('2ada50895d15ab806f27f068cc6e1ba3f42117e283e35dc897af75d2f28c52f840362026c48a5d28d93cbe4991030ac6246f6a19f002c41b825cd35360058cdf')
+sha512sums=('b7ee62a779208928dc76ec8ec97275b2499e4af87778df7d848a5adda89d72f5bf1835192fed177cd3236b3a19909fca77f6f18c9ca3830242d6e7458f041b16')
build() {
cd ${_base}-${pkgver}