From 5163a319c933c6f02208e01b895fa547f17d0266 Mon Sep 17 00:00:00 2001 From: David Passens Date: Thu, 24 Jun 2021 12:09:45 +0200 Subject: [PATCH] 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 --- 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: