Manual.md: improve documentation of 'reverts'
This commit is contained in:
parent
83a143b688
commit
988638a2a3
10
Manual.md
10
Manual.md
|
@ -489,8 +489,14 @@ This appends to the generated file rather than replacing it.
|
||||||
packages automatically. In the `reverts` field one can define a list of broken
|
packages automatically. In the `reverts` field one can define a list of broken
|
||||||
pkgver the resulting package should revert. This field *must* be defined before
|
pkgver the resulting package should revert. This field *must* be defined before
|
||||||
`version` and `revision` fields in order to work as expected. The versions
|
`version` and `revision` fields in order to work as expected. The versions
|
||||||
defined in `reverts` must be lesser than the one defined in `version`.
|
defined in `reverts` must be bigger than the one defined in `version`.
|
||||||
example: `reverts="2.0_1 2.0_2"`
|
Example:
|
||||||
|
|
||||||
|
```
|
||||||
|
reverts="2.0_1 2.0_2"
|
||||||
|
version=1.9
|
||||||
|
revision=2
|
||||||
|
```
|
||||||
|
|
||||||
- `alternatives` A white space separated list of supported alternatives the package provides.
|
- `alternatives` A white space separated list of supported alternatives the package provides.
|
||||||
A list is composed of three components separated by a colon: group, symlink and target.
|
A list is composed of three components separated by a colon: group, symlink and target.
|
||||||
|
|
Loading…
Reference in New Issue