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

Message ID 20210624100945.12166-1-david@passens.org
State Accepted, archived
Headers show
Series [pacman-dev] PKGBUILD.5: Add fossil to list of supported VCSs | expand

Commit Message

David Passens June 24, 2021, 10:09 a.m. UTC
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(-)

Comments

Allan McRae June 24, 2021, 10:40 a.m. UTC | #1
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:
>  
>

Patch

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: