diff --git a/Manual.md b/Manual.md index b08c06d9fdb..0d417628046 100644 --- a/Manual.md +++ b/Manual.md @@ -444,6 +444,9 @@ these variables (in most cases, the sensible defaults work): mentioned. If unset, defaults to `homepage` and the directories where `distfiles` reside. +- `update_pkgname` is the package name the default pattern checks for. +If unset, defaults to `pkgname`. + - `update_pattern` is a perl-compatible regular expression matching the version number. Anchor the version number using `\K` and `(?=...)`. Example: `update_pattern='\K[\d.]+(?=)'`, this