index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-02-20 21:52:12 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-03-14 12:44:31 +1000 |
commit | 55092d0fa79fc4f720bb697c3538a8fe23962f2d (patch) | |
tree | 90f909319f6288fdb52eef6c9d2f3212464ce486 /doc/PKGBUILD.5.txt | |
parent | e4e0add629f054c71f780d48e3934576c1f055d9 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 3 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 18bc2a19..3d3d1b59 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -48,7 +48,8 @@ similar to `$_basekernver`. *pkgver*:: The version of the software as released from the author (e.g., '2.7.1'). - The variable is not allowed to contain colons, forward slashes or hyphens. + The variable is not allowed to contain colons, forward slashes, hyphens + or whitespace. + The `pkgver` variable can be automatically updated by providing a `pkgver()` function in the PKGBUILD that outputs the new package version. |