diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-10-02 13:00:55 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-10-13 12:54:09 +1000 |
commit | 926d998a750413399ca7abbe422a65ccbf09306e (patch) | |
tree | 714a5065beb5881795ec66fdb5772f2ffa29339b /doc | |
parent | faf0246437b47fb67f6adc3f2d039f6d787be1a0 (diff) | |
download | pacman-926d998a750413399ca7abbe422a65ccbf09306e.tar.xz |
Revert "makepkg: allow less than the full fingerprint in validpgpkeys"
This reverts commit 50296576d006d433fbfd4a6c57d5f95a942f7833.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 8a43bae6..74aea322 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -138,9 +138,7 @@ the integrity of the corresponding source file. 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. They -must be either the full fingerprint or match at least 16 characters of the full -fingerprint, starting from the end of the fingerprint. +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 |