diff options
author | Robin Broda <robin@broda.me> | 2018-05-03 09:27:03 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-05-12 13:25:51 +0200 |
commit | 5698d7b66daa2a0bc99cab7a989cef1c806c3bf6 (patch) | |
tree | 31d65dfccf92dcacbc436cdf21532653f27ba01d /doc | |
parent | f173f6d0da3793952691416d80441b46af12fc94 (diff) | |
download | pacman-5698d7b66daa2a0bc99cab7a989cef1c806c3bf6.tar.gz pacman-5698d7b66daa2a0bc99cab7a989cef1c806c3bf6.tar.xz |
Append architecture information to 'installed' elements in .BUILDINFO
Adding the architecture to the 'installed' elements of the .BUILDINFO
file makes it easier to retrieve the packages needed to reconstruct
the build environment.
Signed-off-by: Robin Broda <robin@broda.me>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUILDINFO.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/BUILDINFO.5.txt b/doc/BUILDINFO.5.txt index 597d11f6..a7e6b2e4 100644 --- a/doc/BUILDINFO.5.txt +++ b/doc/BUILDINFO.5.txt @@ -61,7 +61,7 @@ BUILDINFO file format. *installed (array)*:: The installed packages at build time including the version information of - the package. Formatted as "$pkgname-$pkgver-$pkgrel". + the package. Formatted as "$pkgname-$pkgver-$pkgrel-$pkgarch". See Also -------- |