mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -05:00
PKGBUILD.5: document that the pkgver() function runs after prepare()
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
2ee1706a72
commit
5901038610
@ -52,10 +52,10 @@ similar to `$_basekernver`.
|
||||
+
|
||||
The `pkgver` variable can be automatically updated by providing a `pkgver()`
|
||||
function in the PKGBUILD that outputs the new package version.
|
||||
This is run after downloading and extracting the sources so it can use those
|
||||
files in determining the new `pkgver`.
|
||||
This is most useful when used with sources from version control systems (see
|
||||
below).
|
||||
This is run after downloading and extracting the sources and running the
|
||||
`prepare()` function (if present), so it can use those files in determining the
|
||||
new `pkgver`. This is most useful when used with sources from version control
|
||||
systems (see below).
|
||||
|
||||
*pkgrel*::
|
||||
This is the release number specific to the Arch Linux release. This
|
||||
|
Loading…
Reference in New Issue
Block a user