index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Thomas Bächler <thomas@archlinux.org> | 2014-05-04 10:31:00 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-05-23 15:31:00 +1000 |
commit | d39d3b3a0997a997af48e4446e4b97c53be2439d (patch) | |
tree | 8a5cba7ccc94570353ab98eb8978192d5be62dc1 /doc/PKGBUILD.5.txt | |
parent | d174cc8943344a14330c8dce20941de303a44927 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 8 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 50d8347c..17e8af25 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -128,6 +128,14 @@ 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. +*validpgpkeys (array)*:: + An array of PGP fingerprints. If this array is non-empty, makepkg will + only accept signatures from the keys listed here and will ignore the + trust values from the keyring. If the source file was signed with a + subkey, makepkg will still use the primary key for comparison. ++ +Fingerprints must be uppercase and must not contain whitespace characters. + *noextract (array)*:: An array of file names corresponding to those from the source array. Files listed here will not be extracted with the rest of the source files. This |