From fcc668bc95ac1277522ec80d4d3a80305facfa6b Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 28 Sep 2014 09:33:28 +0200 Subject: [PATCH] Manual.md: document reverts field. --- Manual.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Manual.md b/Manual.md index 15585db24fd..2c16a839db3 100644 --- a/Manual.md +++ b/Manual.md @@ -420,6 +420,11 @@ This appends to the generated file rather than replacing it. - `shlib_requires` A white space separated list of additional sonames the package requires. This appends to the generated file rather than replacing it. +- `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 +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` + ### build style scripts The `build_style` variable specifies the build method to build and install a