Manual.md: mention that pkgver <= reverts[x]
This commit is contained in:
parent
2e06757bc0
commit
26522e4dc4
1 changed files with 3 additions and 1 deletions
|
@ -423,7 +423,9 @@ This appends to the generated file rather than replacing it.
|
||||||
- `reverts` xbps supports a unique feature which allows to downgrade from broken
|
- `reverts` xbps supports a unique feature which allows to downgrade from broken
|
||||||
packages automaticly. In the `reverts` field one can define a list of broken
|
packages automaticly. 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. example: `reverts="2.0_1 2.0_2"`
|
`version` and `revision` fields in order to work as expected. The versions
|
||||||
|
defined in `reverts` must be lesser than the one defined in `version`.
|
||||||
|
example: `reverts="2.0_1 2.0_2"`
|
||||||
|
|
||||||
### build style scripts
|
### build style scripts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue