aboutsummaryrefslogtreecommitdiffhomepage
path: root/Manual.md
diff options
context:
space:
mode:
authorPiotr Wójcik <chocimier@tlen.pl>2019-04-29 10:31:19 +0200
committerEnno Boland <g@s01.de>2019-05-14 22:48:46 +0200
commit54f0eed05d7d0d1f6c880152770ef67d8b4b4345 (patch)
tree3dfa25051147eb4227b76d9ada90cb4b81277719 /Manual.md
parentupdate-check: skip version directories checking when specialized check exists (diff)
Manual.md: document version directories checking
Diffstat (limited to 'Manual.md')
-rw-r--r--Manual.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/Manual.md b/Manual.md
index ddb388943c8..ec5206bba58 100644
--- a/Manual.md
+++ b/Manual.md
@@ -762,6 +762,18 @@ versions. Example: `ignore="*b*"`
- `version` is the version number used to compare against
upstream versions. Example: `version=${version//./_}`
+- `single_directory` can be set to disable
+detecting directory containing one version of sources in url,
+then searching new version in adjacent directories.
+
+- `vdprefix` is a perl-compatible regular expression matching
+part that precedes numeric part of version directory
+in url. Defaults to `(|v|$pkgname)[-_.]*`.
+
+- `vdsuffix` is a perl-compatible regular expression matching
+part that follows numeric part of version directory
+in url. Defaults to `(|\.x)`.
+
<a id="patches"></a>
### Handling patches