On Thu, Jun 23, 2011 at 2:36 AM, Wieland Hoffmann
<[email protected]> wrote:
Squash this all into one patch- no need for it to be separate,
especially since the commit message is quite useless without context
of that other commit.
> ---
> doc/PKGBUILD.5.txt | 5 +++++
> doc/makepkg.8.txt | 3 +++
> 2 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
> index 24e1a12..e41b5b1 100644
> --- a/doc/PKGBUILD.5.txt
> +++ b/doc/PKGBUILD.5.txt
> @@ -108,6 +108,11 @@ 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')`.
>
> +*pgpsigs (array)*::
> + An array containing pgp signature files. Behaves like the source
> array above. Please
"It behaves...". subject/verb/object please. I also believe you want
to capitalize PGP.
> + note that for this to work, you need to manually retrieve the key a
> source file is
> + signed with from a keyserver.
"for this to work, your GnuPG keyring must contain the keys used in
the signatures."
> +
> *noextract (array)*::
> An array of filenames corresponding to those from the source array.
> Files
> listed here will not be extracted with the rest of the source files.
> This
> diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
> index e61f7ab..2934865 100644
> --- a/doc/makepkg.8.txt
> +++ b/doc/makepkg.8.txt
> @@ -173,6 +173,9 @@ Options
> in linkman:makepkg.conf[5]. If not specified in either location, the
> default key from the keyring will be used.
>
> +*\--pgp*::
> + Verify pgp signatures of the source files, if there are any.
> +
"Verify PGP signatures of the source files if provided in the package
build script."
> *\--noconfirm*::
> (Passed to pacman) Prevent pacman from waiting for user input before
> proceeding with operations.
> --
> 1.7.5.4
>
>
>