diff options
author | Robin Broda <robin@broda.me> | 2018-05-03 09:39:16 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-12 21:22:46 +1000 |
commit | f173f6d0da3793952691416d80441b46af12fc94 (patch) | |
tree | 132f940f851b274fb68e1dfc392146f50c71ea32 /doc/BUILDINFO.5.txt | |
parent | 2b4c996b86782ee7280f5c6de1ef873ed9858f7a (diff) | |
download | pacman-f173f6d0da3793952691416d80441b46af12fc94.tar.xz |
Add pkgarch to .BUILDINFO
Architecture information is required for repro tooling
This is a revised version of https://patchwork.archlinux.org/patch/475/
Signed-off-by: Robin Broda <robin@broda.me>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/BUILDINFO.5.txt')
-rw-r--r-- | doc/BUILDINFO.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/BUILDINFO.5.txt b/doc/BUILDINFO.5.txt index b7a72831..597d11f6 100644 --- a/doc/BUILDINFO.5.txt +++ b/doc/BUILDINFO.5.txt @@ -38,6 +38,9 @@ BUILDINFO file format. *pkgver*:: The version of the package including pkgrel and epoch. +*pkgarch*:: + The architecture of the package. + *pkgbuild_sha256sum*:: The sha256sum in hex format of the PKGBUILD used to build the package. |