From e7c64b5da4833b2958877079ca311c5f592a0a67 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 1 Nov 2014 20:39:18 +0100 Subject: [PATCH] Manual.md: document update_pkgname. --- Manual.md | 3 +++ 1 file changed, 3 insertions(+) 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