[pacman-dev] [PATCH 3/4] doc: Document using svn source url

Allan McRae allan at archlinux.org
Mon Jul 23 03:04:44 EDT 2012


Signed-off-by: Allan McRae <allan at archlinux.org>
---
 doc/PKGBUILD.5.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index 2efacad..db10041 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -396,7 +396,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:
 
@@ -420,6 +421,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
-- 
1.7.11.2



More information about the pacman-dev mailing list