doc: reformat intro to VCS sources to distinguish the grammar
It's difficult to find it embedded inside a prose paragraph. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
ee8b4e9283
commit
acaed30e24
1 changed files with 7 additions and 5 deletions
|
@ -466,11 +466,13 @@ reference with all of the available functions defined.
|
|||
Using VCS Sources[[VCS]]
|
||||
------------------------
|
||||
Building a developmental version of a package using sources from a version
|
||||
control system (VCS) is enabled by specifying the source in the form
|
||||
`source=('directory::url#fragment?query')`. Currently makepkg supports the
|
||||
Bazaar, Git, Subversion, and Mercurial version control systems. For other
|
||||
version control systems, manual cloning of upstream repositories must be done
|
||||
in the `prepare()` function.
|
||||
control system (VCS) is enabled by specifying the source in the form:
|
||||
|
||||
source=('directory::url#fragment?query')
|
||||
|
||||
Currently makepkg supports the Bazaar, Git, Subversion, and Mercurial version
|
||||
control systems. For other version control systems, manual cloning of upstream
|
||||
repositories must be done in the `prepare()` function.
|
||||
|
||||
The source URL is divided into four components:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue