From 79987c92cb07c67914adf1febcc5ebdecf2a09b7 Mon Sep 17 00:00:00 2001 From: Xavier Chantry Date: Wed, 14 Oct 2009 20:07:28 +0200 Subject: makepkg -g: use checksums defined in the pkgbuild Signed-off-by: Xavier Chantry [Allan: amend documentation] Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- doc/makepkg.8.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 3fbd4062..1c70a35d 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -81,10 +81,11 @@ Options *-g, \--geninteg*:: For each source file in the source array of PKGBUILD, download the file - if required and generate integrity checks. The integrity checks - generated are determined by the value of the INTEGRITY_CHECK array in - linkman:makepkg.conf[5]. This output can be redirected into your - PKGBUILD for source validation using "`makepkg -g >> PKGBUILD`". + if required and generate integrity checks. The integrity checks generated + are determined by the checks present in the PKGBUILD, falling back to the + value of the INTEGRITY_CHECK array in makepkg.conf(5) if these are absent + This output can be redirected into your PKGBUILD for source validation + using "`makepkg -g >> PKGBUILD`". *--skipinteg*:: Do not fail when the PKGBUILD does not contain any integrity checks, just -- cgit v1.2.3-24-g4f1b