diff options
author | Allan McRae <allan@archlinux.org> | 2011-07-22 12:08:39 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-07-27 19:45:18 +0200 |
commit | 03447ce39cd6a3adb7a56bb978368a5f11659374 (patch) | |
tree | cb977c9f81edaf9dd9280ea10d898f23629c49b2 /doc | |
parent | a7940e7419a6fb39eeafb0bfd053b90a64946d5c (diff) | |
download | pacman-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.txt | 2 |
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`. |