A use case: recently, Chrome pepper-flash plugin stopped supporting i686 architecture. And it would be nice to see supported architectures right within the search results - something like
$ package-query -As pepper flash
aur/chromium-pepper-flash 1:21.0.0.197-1 (1228) (39.31) (x86_64)
Google Chrome's Pepper Flash plugin for Chromium (stable version)
aur/chromium-pepper-flash-dev 21.0.0.193-1 (255) (3.81) (x86_64)
Google Chrome's Pepper Flash plugin for Chromium (Dev Channel)
aur/chromium-pepper-flash-standalone 21.0.0.197-1 (63) (8.40) (i686 x86_64)
Google Chrome's Pepper Flash plugin for Chromium (stable version) - Standalone version
To achieve this, the package's PKGBUILD has to be downloaded from AUR as the RPC API does not provide such info. The URL looks like https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=<package>.
A use case: recently, Chrome pepper-flash plugin stopped supporting i686 architecture. And it would be nice to see supported architectures right within the search results - something like
To achieve this, the package's PKGBUILD has to be downloaded from AUR as the RPC API does not provide such info. The URL looks like
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=<package>.