diff options
author | Allan McRae <allan@archlinux.org> | 2011-10-11 05:03:36 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-11 16:07:20 +0200 |
commit | d9c0a08e6dab4e826f6703da2e43e1a9836c1d98 (patch) | |
tree | de2553ea60d87dfe4d69e36288620e7cacd963ab /doc | |
parent | 8ac7cf6b1b3c328924b65a946b01ee642692739a (diff) | |
download | pacman-d9c0a08e6dab4e826f6703da2e43e1a9836c1d98.tar.gz pacman-d9c0a08e6dab4e826f6703da2e43e1a9836c1d98.tar.xz |
Document verifying source file signatures in makepkg
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 0ba9ca8e..23185051 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -107,6 +107,10 @@ similar to `$_basekernver`. It is also possible to change the name of the downloaded file, which is helpful with weird URLs and for handling multiple source files with the same name. The syntax is: `source=('filename::url')`. ++ +Files in the source array with extensions `.sig` or `.asc` are recognized by +makepkg as PGP signatures and will be automatically used to verify the integrity +of the corresponding source file. *noextract (array)*:: An array of filenames corresponding to those from the source array. Files |