[pacman-dev] [PATCH] PKGBUILD.5: Add fossil to list of supported VCSs

David Passens david at passens.org
Thu Jun 24 10:09:45 UTC 2021


Since commit 08f4ae70, makepkg supports downloading from fossil.
However, the PKGBUILD man page was only partially updated to reflect
this change.
---
 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:
 
-- 
2.32.0



More information about the pacman-dev mailing list