summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-07-08 11:02:37 -0500
committerCarlos Aznarán Laos2023-07-08 11:02:37 -0500
commit0d3cf4e5eae95d508e53457dc72960aef89d19e3 (patch)
tree9a1826319dd492d26dfe0a353e83ad0bcd68e5ba /PKGBUILD
parent490ec097d09e521c7e2734e26b60330ef3feeed5 (diff)
downloadaur-0d3cf4e5eae95d508e53457dc72960aef89d19e3.tar.gz
Bump version to 4.15.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c4de3cca5cf..818faf263027 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.15.8
+pkgver=4.15.9
pkgrel=1
arch=(any)
url="https://${_base,,}.io"
@@ -14,7 +14,7 @@ depends=(python-yaml python-rich python-requests-toolbelt python-pdbp python-sel
makedepends=(python-build python-installer python-setuptools python-wheel)
# checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::https://github.com/${_base,,}/${_base}/archive/v${pkgver}.tar.gz)
-sha512sums=('935c1a0f9efe365953d1d5f06f4bd45f6d2640e58fdd6f0ca18e8825c532790708af08910dda949c0b5d6e916032199f9bb6fbfc98d21790e464471a073c56c0')
+sha512sums=('bce471aefde4d0973dac8b22ee9a113822ff924b2cc2b943d695ed65fa038379f55d14a9ddad5392423cc56b441155398eb7c2bb27502cd3e7b0fc3bec4ddc4f')
build() {
cd ${_base}-${pkgver}