PKGBUILD.5: Add fossil to list of supported VCSs

Since commit 08f4ae70, makepkg supports downloading from fossil.
However, the PKGBUILD man page was only partially updated to reflect
this change.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
David Passens 2021-06-24 12:09:45 +02:00 committed by Allan McRae
parent 542910d684
commit 5163a319c9

View file

@ -476,9 +476,9 @@ control system (VCS) is enabled by specifying the source in the form:
source=('directory::url#fragment?query') source=('directory::url#fragment?query')
Currently makepkg supports the Bazaar, Git, Subversion, and Mercurial version Currently makepkg supports the Bazaar, Git, Subversion, Fossil and Mercurial
control systems. For other version control systems, manual cloning of upstream version control systems. For other version control systems, manual cloning of
repositories must be done in the `prepare()` function. 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: