summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-12-25 03:59:58 +0100
committerAllan McRae <allan@archlinux.org>2020-01-07 02:40:32 +0100
commitacaed30e243ff139b5549fd51dc3cb5472415b0a (patch)
tree69d2848125dc3b2f2dd7b83260e6e48531ddd260
parentee8b4e92836cc52dec873342464d8316800523cd (diff)
downloadpacman-acaed30e243ff139b5549fd51dc3cb5472415b0a.tar.gz
pacman-acaed30e243ff139b5549fd51dc3cb5472415b0a.tar.xz
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>
-rw-r--r--doc/PKGBUILD.5.asciidoc12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc
index c304a20c..ef53c0ee 100644
--- a/doc/PKGBUILD.5.asciidoc
+++ b/doc/PKGBUILD.5.asciidoc
@@ -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: