I had to modify the package function to this.
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}
Git Clone URL: | https://aur.archlinux.org/chromedriver.git (read-only, click to copy) |
---|---|
Package Base: | chromedriver |
Description: | Standalone server that implements the W3C WebDriver standard (for google-chrome) |
Upstream URL: | https://chromedriver.chromium.org/ |
Licenses: | BSD |
Conflicts: | chromium |
Submitter: | grimsock |
Maintainer: | Raymo111 (walaskir) |
Last Packager: | Raymo111 |
Votes: | 50 |
Popularity: | 0.060483 |
First Submitted: | 2011-11-28 18:45 (UTC) |
Last Updated: | 2024-11-20 04:00 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
I had to modify the package function to this.
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}
package won't build after latest update
==> Starting package()...
install: cannot stat '/home/user/.cache/pacaur/chromedriver/src/chromedriver': No such file or directory
==> ERROR: A failure occurred in package().
Chromedriver updated the upstream endpoints, which my script didn't detect, so this package was out of date for a week. My script (source at https://github.com/Raymo111/dotfiles/blob/main/scripts/update-chromedriver.sh) now uses the https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json endpoint provided by Chromedriver.
Any update for this?
@Raymo111 Soo quickly, It's working now, thanks!
@XiaoBang I got that issue as well and made a patch, try deleting your cached PKGBUILD (or replace the checksum with 61f30808835298fcc0b7f42d91fd5954c8fdb9207935f28f49b11db274acc5301266bae6f769bd4a83ace016253fd5f8ae58e09717e64e9dd34d5c3383d7a051
)
Just me?
==> Validating source files with sha512sums...
chromedriver_108.0.5359.71_linux64.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error making: chromedriver
This package is updated automatically (checked every 2 hours that my computer is on) based on the latest versions from https://chromedriver.chromium.org/. Please do not flag as out-of-date for at least 24 hours from when you see the version update on that website. Thank you.
@programmer290399 @d_fajardo Fixed. Sorry about that, I forgot to run updpkgsums
.
Fails with the following error:
==> Validating source files with sha512sums...
chromedriver_98.0.4758.80_linux64.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error making: chromedriver
Pinned Comments
Raymo111 commented on 2023-07-26 21:39 (UTC)
Chromedriver updated the upstream endpoints, which my script didn't detect, so this package was out of date for a week. My script (source at https://github.com/Raymo111/dotfiles/blob/main/scripts/update-chromedriver.sh) now uses the https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json endpoint provided by Chromedriver.
Raymo111 commented on 2022-10-26 17:46 (UTC)
This package is updated automatically (checked every 2 hours that my computer is on) based on the latest versions from https://chromedriver.chromium.org/. Please do not flag as out-of-date for at least 24 hours from when you see the version update on that website. Thank you.