From 3b02f80dcb3159a7ab0c673d5eae971ad7504e7f Mon Sep 17 00:00:00 2001 From: Gary van der Merwe Date: Sat, 15 Sep 2012 12:24:01 +1000 Subject: makepkg: Add Bazaar VCS support Signed-off-by: Allan McRae --- doc/PKGBUILD.5.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/PKGBUILD.5.txt') diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 47f9e884..0dca4a2d 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -405,7 +405,7 @@ Using VCS Sources[[VCS]] ------------------------ Building a developmental version of a package using sources from a version control system (VCS) is enabled by specifying the source in the form -`source=('folder::url#fragment')`. Currently makepkg supports the `git`, `hg` and +`source=('folder::url#fragment')`. Currently makepkg supports the `bzr`, `git`, `hg` and `svn` protocols. The source URL is divided into three components: @@ -427,6 +427,9 @@ The source URL is divided into three components: have the format `source=(url#revision=123)`. The available fragments depends on the VCS being used: + *bzr*;; + revision (see `bzr help revisionspec` for details) + *git*;; branch, commit, tag -- cgit v1.2.3-54-g00ecf