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:
Eli Schwartz 2019-12-24 21:59:58 -05:00 committed by Allan McRae
parent ee8b4e9283
commit acaed30e24

View file

@ -466,11 +466,13 @@ reference with all of the available functions defined.
Using VCS Sources[[VCS]] Using VCS Sources[[VCS]]
------------------------ ------------------------
Building a developmental version of a package using sources from a version Building a developmental version of a package using sources from a version
control system (VCS) is enabled by specifying the source in the form 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 source=('directory::url#fragment?query')
version control systems, manual cloning of upstream repositories must be done
in the `prepare()` function. 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: The source URL is divided into four components: