If anyone is trying to build the latest Drush 8.4.12 with this PKGBUILD, you need to change php-box build
to php-box compile
to get it to work.
sed -i 's/php-box build/php-box compile/' PKGBUILD
The php-box dependency also doesn't work anymore so you would have to make a dummy package to satisfy the dependency.
Pinned Comments
sanduhrs commented on 2019-12-12 09:30 (UTC) (edited on 2019-12-12 09:33 (UTC) by sanduhrs)
NOTE: Drush is not available as a stand-alone install any more, beginning with version 9.0.0 and later. Please install drush directly in your drupal project using 'composer require drush/drush'. thx.
Also, you might be interested in the 'drush-launcher' project by the time you changed all your projects to include drush directly: https://aur.archlinux.org/packages/drush-launcher/