From 2259dff7f34b082d8e43af15228e74cba75580f6 Mon Sep 17 00:00:00 2001 From: Olivier Brunel Date: Sat, 23 Feb 2013 13:08:44 +0100 Subject: makepkg: Add --verifysource to only download/verify source files Because --noextract also implies to not download/verify source files, it wasn't possible to simply do that, without either extracting and/or building. (Note: --verifysource takes precedence over --noextract) Signed-off-by: Olivier Brunel Signed-off-by: Allan McRae --- doc/makepkg.8.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/makepkg.8.txt') diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 498c79bb..ecee63a1 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -65,6 +65,11 @@ Options then make a package out of the result. Keep in mind that creating a patch may be a better solution to allow others to use your PKGBUILD. +*\--verifysource*:: + For each source file in the source array of PKGBUILD, download the file + if required and perform the integrity checks. No extraction or build is + performed. Useful for performing subsequent offline builds. + *-f, \--force*:: makepkg will not build a package if a built package already exists in the `PKGDEST` (set in linkman:makepkg.conf[5]) directory, which may -- cgit v1.2.3-24-g4f1b