Skip to content

Add ability to request package's supported architectures list from AUR #121

Description

@f2404

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>.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions