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>
This commit is contained in:
Dan McGee 2007-11-08 09:33:05 -06:00
parent 9fdb15b4b5
commit f3e8343c7e
1 changed files with 7 additions and 0 deletions

View File

@ -265,22 +265,29 @@ from.
The generated pkgver will be the hg tip revision number. The generated pkgver will be the hg tip revision number.
*_hgroot*;; *_hgroot*;;
The URL of the mercurial repository.
*_hgrepo*;; *_hgrepo*;;
The repository to follow.
*Darcs*:: *Darcs*::
The generated pkgver will be the date the package is built. The generated pkgver will be the date the package is built.
*_darcstrunk*;; *_darcstrunk*;;
URL to the repository trunk.
*_darcsmod*;; *_darcsmod*;;
Darcs module to use.
*Bazaar*:: *Bazaar*::
The generated pkgver will be the latest Bazaar revision number (revno). The generated pkgver will be the latest Bazaar revision number (revno).
*_bzrtrunk*;; *_bzrtrunk*;;
URL to the bazaar repository.
*_bzrmod*;; *_bzrmod*;;
Bazaar module to use.
Example Example
------- -------