>From b0c8ded49f2f608b59cc5f84efa985322278b010 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Mon, 19 Nov 2007 18:23:04 +0100 Subject: [PATCH] Update PKGBUILD manpage with versioned conflicts. As the b96922679e4ed14aa687bf194b766d82a1d10577 commit showed with two pactests (which were renamed to depconflict110/111), versioned conflicts are now possible. Signed-off-by: Chantry Xavier --- doc/PKGBUILD.5.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 6950041..ec7ea91 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -126,7 +126,7 @@ Options and Directives *conflicts (array)*:: An array of packages that will conflict with this package (i.e. they cannot both be installed at the same time). This directive follows the - same format as depends, except you cannot specify versions. + same format as depends. Versioned conflicts are also supported. *provides (array)*:: An array of ``virtual provisions'' that this package provides. This allows -- 1.5.3.6