mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Document verifying source file signatures in makepkg
Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8ac7cf6b1b
commit
d9c0a08e6d
@ -107,6 +107,10 @@ similar to `$_basekernver`.
|
|||||||
It is also possible to change the name of the downloaded file, which is helpful
|
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
|
with weird URLs and for handling multiple source files with the same
|
||||||
name. The syntax is: `source=('filename::url')`.
|
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)*::
|
*noextract (array)*::
|
||||||
An array of filenames corresponding to those from the source array. Files
|
An array of filenames corresponding to those from the source array. Files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user