summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteef Hegeman <steefhegeman@hotmail.com>2016-10-23 02:27:21 +0200
committerAllan McRae <allan@archlinux.org>2017-01-04 04:59:14 +0100
commit5dfa3c8f6a0b1c170feac564b1fca51a33f78723 (patch)
treea8fe0fe23d500476bd7ea88c9173e63dad251de9 /doc
parent9a4d61622066d5d30c649f1c958b26526a4ceddf (diff)
downloadpacman-5dfa3c8f6a0b1c170feac564b1fca51a33f78723.tar.gz
pacman-5dfa3c8f6a0b1c170feac564b1fca51a33f78723.tar.xz
makepkg: Disallow forward slashes in pkgver
scripts/libmakepkg/lint_pkgbuild/pkgver.sh.in now raises an error when pkgver contains forward slashes. pkgver containing a forward slash results in a package filename containing a forward slash, which isn't a valid filename. Signed-off-by: Steef Hegeman <steefhegeman@hotmail.com> Signed-off-by: Allan McRae <allan@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 08ef3e4d..4c1ef4bd 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -48,7 +48,7 @@ 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 or hyphens.
+ The variable is not allowed to contain colons, forward slashes or hyphens.
+
The `pkgver` variable can be automatically updated by providing a `pkgver()`
function in the PKGBUILD that outputs the new package version.