summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2011-07-22 12:08:39 +0200
committerDan McGee <dan@archlinux.org>2011-07-27 19:45:18 +0200
commit03447ce39cd6a3adb7a56bb978368a5f11659374 (patch)
treecb977c9f81edaf9dd9280ea10d898f23629c49b2 /doc
parenta7940e7419a6fb39eeafb0bfd053b90a64946d5c (diff)
downloadpacman-03447ce39cd6a3adb7a56bb978368a5f11659374.tar.gz
pacman-03447ce39cd6a3adb7a56bb978368a5f11659374.tar.xz
makepkg: allow epoch to be overridden
We can override pkgver and pkgrel so it is only logical to add epoch to that list Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index d9cf6230..a66414c6 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -314,7 +314,7 @@ Each split package uses a corresponding packaging function with name
All options and directives for the split packages default to the global values
given in the PKGBUILD. Nevertheless, the following ones can be overridden within
each split package's packaging function:
-`pkgver`, `pkgrel`, `pkgdesc`, `arch`, `license`, `groups`, `depends`,
+`pkgver`, `pkgrel`, `epoch`, `pkgdesc`, `arch`, `license`, `groups`, `depends`,
`optdepends`, `provides`, `conflicts`, `replaces`, `backup`, `options`,
`install` and `changelog`.