doc: Document using svn source url
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
c887ccf905
commit
062204daa1
1 changed files with 5 additions and 1 deletions
|
@ -405,7 +405,8 @@ Using VCS Sources[[VCS]]
|
||||||
------------------------
|
------------------------
|
||||||
Building a developmental version of a package using sources from a version control
|
Building a developmental version of a package using sources from a version control
|
||||||
system (VCS) is enabled by specifying the source in the form
|
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:
|
The source URL is divided into three components:
|
||||||
|
|
||||||
|
@ -429,6 +430,9 @@ The source URL is divided into three components:
|
||||||
*git*;;
|
*git*;;
|
||||||
branch, commit, tag
|
branch, commit, tag
|
||||||
|
|
||||||
|
*svn*;;
|
||||||
|
revision
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
The following is an example PKGBUILD for the 'patch' package. For more
|
The following is an example PKGBUILD for the 'patch' package. For more
|
||||||
|
|
Loading…
Add table
Reference in a new issue