From d9c0a08e6dab4e826f6703da2e43e1a9836c1d98 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Tue, 11 Oct 2011 13:03:36 +1000 Subject: Document verifying source file signatures in makepkg Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- doc/PKGBUILD.5.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3-24-g4f1b