From f3e8343c7ed778deaa6615e4aca2cb68a6bc0053 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 8 Nov 2007 09:33:05 -0600 Subject: 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 --- doc/PKGBUILD.5.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') 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 ------- -- cgit v1.2.3-24-g4f1b