# Maintainer: Raymond Li # Contributor: Robert Walaski # Contributor: JunYoung Gwak # Contributor: relrel _pkgname=chromedriver pkgname=${_pkgname}-beta pkgver=120.0.6099.5 pkgrel=1 pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome-beta)" arch=('x86_64') url="https://chromedriver.chromium.org/" license=('BSD') depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils) optdepends=(google-chrome-beta) provides=(${_pkgname}) conflicts=(chromium) source=("${_pkgname}_${pkgver}_linux64.zip::https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${pkgver}/linux64/${_pkgname}-linux64.zip") sha512sums=('b61570cec4512c9b950dc05501cc05eaafb826f2388781c6c4efb482393d0e3f26e87bb60da40fa5264e92c28d85b9d4bd70d94ac1668f5203422878208bae14') package() { install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}-linux64/${_pkgname}" }