index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2014-01-28 21:37:00 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-28 21:37:00 +1000 |
commit | 7ae25ac67fd4dd087791be55fa3c4997be7aac52 (patch) | |
tree | 09f3fa5df548644852acb80c662e28410337f07b /doc/PKGBUILD.5.txt | |
parent | 333373f90e515bbaf6997dc7bf7385fe114689b2 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 8 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 6c5ef842..eeb56966 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -422,16 +422,16 @@ 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 Bazaar, Git, +`source=('directory::url#fragment')`. Currently makepkg supports the Bazaar, Git, Subversion, and Mercurial version control systems. For other version control systems, manual cloning of upstream repositories must be done in the `prepare()` function. The source URL is divided into three components: -*folder*:: - (optional) Specifies an alternate folder name for makepkg to download the VCS - source into. +*directory*:: + (optional) Specifies an alternate directory name for makepkg to download + the VCS source into. *url*:: The URL to the VCS repository. This must include the VCS in the URL protocol |