On 24/6/21 8:09 pm, David Passens via pacman-dev wrote:
Since commit 08f4ae70, makepkg supports downloading from fossil. However, the PKGBUILD man page was only partially updated to reflect this change. ---
Thanks.
doc/PKGBUILD.5.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/PKGBUILD.5.asciidoc b/doc/PKGBUILD.5.asciidoc index af615040..d207d92d 100644 --- a/doc/PKGBUILD.5.asciidoc +++ b/doc/PKGBUILD.5.asciidoc @@ -476,9 +476,9 @@ 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. +Currently makepkg supports the Bazaar, Git, Subversion, Fossil 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: