diff options
author | Allan McRae <allan@archlinux.org> | 2014-06-29 15:23:09 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-04 06:23:58 +0200 |
commit | dce82f9d198aed6ee1700048cd49dd3f95bdc9a7 (patch) | |
tree | 624f37d5e24646d745061b244c5245c87764caa8 /doc/makepkg.8.txt | |
parent | 7e87614665f667cc550acab3626ab6ad655541c7 (diff) | |
download | pacman-dce82f9d198aed6ee1700048cd49dd3f95bdc9a7.tar.gz pacman-dce82f9d198aed6ee1700048cd49dd3f95bdc9a7.tar.xz |
makepkg: skip dependency checking with --verifysource
Dependencies are now handled with --nobuild unless specificially skipped.
Using --verifysource will skip dependency checks unless --syncdeps is
specified.
Fixes FS#35057 and FS#36999.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 0277f54a..16bdc8a4 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -63,7 +63,9 @@ Options *\--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. + performed. Dependencies specified in the PKGBUILD will not be handled + unless `--syndeps` is used. Useful for performing subsequent offline + builds. *-f, \--force*:: makepkg will not build a package if a built package already exists in |