Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

This project is archived. Its data is read-only.
Installed type
We require an Installed type that describes the packages that have been installed to the build environment when a package was built. See repod's implementation for reference: https://gitlab.archlinux.org/archlinux/repod/-/blob/cc0e43c7c858c679027068639e7db554fb78aa21/repod/files/buildinfo.py#L134-174 Do note, that Installed is a compound type (concatenation of `Name`, `Version` and `Architecture`) and potentially we don't want to have it as a separate type and instead handle it in the .BUILDINFO spec directly. I'm open for suggestions here!
issue