diff options
author | Dan McGee <dan@archlinux.org> | 2007-11-08 16:33:05 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-08 16:33:05 +0100 |
commit | f3e8343c7ed778deaa6615e4aca2cb68a6bc0053 (patch) | |
tree | 5a4051b7a7902879c0d9a6a9a5f064ae4e974028 /doc | |
parent | 9fdb15b4b52a6748619c4671af6cbde156921734 (diff) | |
download | pacman-f3e8343c7ed778deaa6615e4aca2cb68a6bc0053.tar.gz pacman-f3e8343c7ed778deaa6615e4aca2cb68a6bc0053.tar.xz |
Update PKGBUILD.5 with missing devel variable descriptions
The lack of descriptions on some of the variables was causing issues with
documentation generation. Adding text to them fixes this.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index a66efa5d..6950041b 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -265,22 +265,29 @@ from. The generated pkgver will be the hg tip revision number. *_hgroot*;; + The URL of the mercurial repository. *_hgrepo*;; + The repository to follow. *Darcs*:: The generated pkgver will be the date the package is built. *_darcstrunk*;; + URL to the repository trunk. *_darcsmod*;; + Darcs module to use. *Bazaar*:: The generated pkgver will be the latest Bazaar revision number (revno). *_bzrtrunk*;; + URL to the bazaar repository. *_bzrmod*;; + Bazaar module to use. + Example ------- |