index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2014-06-29 22:36:22 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-04 14:23:56 +1000 |
commit | 7e87614665f667cc550acab3626ab6ad655541c7 (patch) | |
tree | 2162cd5fd9d1dc06636feb1ebc5baeee946d321f /doc/makepkg.conf.5.txt | |
parent | fbb0945bfb6a9535dc42a120466b44c0b39c915d (diff) |
-rw-r--r-- | doc/makepkg.conf.5.txt | 5 |
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index af4df201..4dc3b388 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -47,6 +47,11 @@ Options be replaced with the local file name, plus a ``.part'' extension, which allows makepkg to handle resuming file downloads. +**VCSCLIENTS=(**\'protocol::package' ...**)**:: + Sets the packages required to fetch version controlled source files. When + required, makepkg will check that these packages are installed or are included + in the `depends` or `makedepends` arrays in the PKGBUILD. + **CARCH=**"carch":: Specifies your computer architecture; possible values include such things as ``i686'', ``x86_64'', ``ppc'', etc. This should be automatically set on |