diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-08-05 22:44:00 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-08 13:28:40 -0500 |
commit | 4c37d74ae50fc7c0f067aca07164fe75516d055b (patch) | |
tree | 9dcd321e2f2e541b217bc34f4aed2a013dcbffc3 /doc/PKGBUILD.5.txt | |
parent | 88644e181db49f3f94e6891166823fd5f46acbcc (diff) | |
download | pacman-4c37d74ae50fc7c0f067aca07164fe75516d055b.tar.xz |
doc/PKGBUILD: fix pkgver for -git packages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/PKGBUILD.5.txt')
-rw-r--r-- | doc/PKGBUILD.5.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index c0fa5948..ab49f7b7 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -384,8 +384,7 @@ from. The SVN module to fetch. *Git*:: - The generated pkgver will be one formatted by the 'git-describe' - command, with '-' characters converted to '_' characters. + The generated pkgver will be the date the package is built. *_gitroot*;; The URL (all protocols supported) to the GIT repository. |