summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-05 22:44:00 +0200
committerDan McGee <dan@archlinux.org>2011-08-08 20:28:40 +0200
commit4c37d74ae50fc7c0f067aca07164fe75516d055b (patch)
tree9dcd321e2f2e541b217bc34f4aed2a013dcbffc3
parent88644e181db49f3f94e6891166823fd5f46acbcc (diff)
downloadpacman-4c37d74ae50fc7c0f067aca07164fe75516d055b.tar.gz
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>
-rw-r--r--doc/PKGBUILD.5.txt3
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.