index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2011-10-11 13:03:36 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-11 09:07:20 -0500 |
commit | d9c0a08e6dab4e826f6703da2e43e1a9836c1d98 (patch) | |
tree | de2553ea60d87dfe4d69e36288620e7cacd963ab /doc | |
parent | 8ac7cf6b1b3c328924b65a946b01ee642692739a (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
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 |