From 37ff0f5658e356a4fbd9ad212ccab2acb0d9bb46 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 15 Nov 2011 10:58:06 +1000 Subject: 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 Signed-off-by: Dan McGee --- doc/PKGBUILD.5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/PKGBUILD.5.txt') 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. -- cgit v1.2.3-24-g4f1b