diff options
author | Allan McRae <allan@archlinux.org> | 2011-11-15 01:58:06 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-15 15:17:08 +0100 |
commit | 37ff0f5658e356a4fbd9ad212ccab2acb0d9bb46 (patch) | |
tree | fddc1fb9fe779568ec66782fc88622d749d19487 /doc | |
parent | c0ce10397a8ef4811cdde6f727a3fdd3890e8a5d (diff) | |
download | pacman-37ff0f5658e356a4fbd9ad212ccab2acb0d9bb46.tar.gz pacman-37ff0f5658e356a4fbd9ad212ccab2acb0d9bb46.tar.xz |
Update documentation regarding signature extensions
Commit e7b56f48 allowed makepkg to handle pgp signatures with the
.sign extension. Update the man page to reflect this.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 23185051..fad93e5c 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -108,7 +108,7 @@ 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 +Files in the source array with extensions `.sig`, `.sign` or `.asc` are recognized by makepkg as PGP signatures and will be automatically used to verify the integrity of the corresponding source file. |