diff options
author | Allan McRae <allan@archlinux.org> | 2012-07-23 16:51:53 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-08-04 00:16:39 +1000 |
commit | 062204daa135feb5aad918e8842749b69de41c40 (patch) | |
tree | dfb5143d253006cca220826d5fa344c08d29dd73 /doc/PKGBUILD.5.txt | |
parent | c887ccf90553ffb00825353d98c47fea909ba611 (diff) | |
download | pacman-062204daa135feb5aad918e8842749b69de41c40.tar.xz |
doc: Document using svn source url
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/PKGBUILD.5.txt')
-rw-r--r-- | doc/PKGBUILD.5.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 48820e5c..3d04b604 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -405,7 +405,8 @@ 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` protocol. +`source=('folder::url#fragment')`. Currently makepkg supports the `git` and `svn` +protocols. The source URL is divided into three components: @@ -429,6 +430,9 @@ The source URL is divided into three components: *git*;; branch, commit, tag + *svn*;; + revision + Example ------- The following is an example PKGBUILD for the 'patch' package. For more |