mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
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 <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
c0ce10397a
commit
37ff0f5658
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user