diff options
author | Gary van der Merwe <garyvdm@gmail.com> | 2012-09-15 12:24:01 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-09-18 08:41:35 -0500 |
commit | 3b02f80dcb3159a7ab0c673d5eae971ad7504e7f (patch) | |
tree | 93e442dde7205f7a0b0227ada9cf0d10ec7b648f /doc/PKGBUILD.5.txt | |
parent | ea452d027731e007e58e84e93df72ca66b034f47 (diff) | |
download | pacman-3b02f80dcb3159a7ab0c673d5eae971ad7504e7f.tar.xz |
makepkg: Add Bazaar VCS support
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/PKGBUILD.5.txt')
-rw-r--r-- | doc/PKGBUILD.5.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |