Hello,
I was wondering why the Arch Linux ARM team is building the chromedriver binary as part of the chromium package, but explicitly not including it in the resulting package:
You guys are using almost a carbon-copy of the chromium PKGBUILD from Arch Linux from here: https://github.com/archlinux/svntogit-packages/blob/packages/chromium/trunk/PKGBUILD
However, your PKGBUILD explicitly excludes the installation of the built chromedriver binary (in the first few lines of package()):
https://archlinuxarm.org/packages/aarch64/chromium/files/PKGBUILD
This was asked previously: https://archlinuxarm.org/forum/viewtopic.php?f=15&t=15939&p=69154&hilit=chromedriver#p69154, however no one replied and it hasn't been fixed since then.
Can you please adjust the PKGBUILD to include the chromedriver binary as intended, or otherwise explain why this isn't the case?