[pacman-dev] [PATCH] Add PM_DEP_MOD_GT and PM_DEP_MOD_LT to documentation

Nagy Gabor ngaba at bibl.u-szeged.hu
Tue Dec 18 08:51:36 EST 2007


From ef8f4ca925cee8472aebffc9afc0f0837566cc81 Mon Sep 17 00:00:00 2001
From: Nagy Gabor <ngaba at bibl.u-szeged.hu>
Date: Tue, 18 Dec 2007 14:48:32 +0100
Subject: [PATCH] Add PM_DEP_MOD_GT and PM_DEP_MOD_LT to documentation

Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
---
 doc/PKGBUILD.5.txt |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index b3ea4c9..1ebf4a6 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -117,8 +117,9 @@ Options and Directives
 	An array of packages that this package depends on to run. Packages in
 	this list should be surrounded with single quotes and contain at least
 	the package name. Entries can also include a version requirement of the
-	form 'name<>version', where <> is one of three comparisons: >= (greater
-	than or equal to), <= (less than or equal to), or = (equal to).
+	form 'name<>version', where <> is one of five comparisons: >= (greater
+	than or equal to), <= (less than or equal to), = (equal to), > (greater
+	than), or < (less than).
 
 *makedepends (array)*::
 	An array of packages that this package depends on to build, but are not
-- 
1.5.3.7





More information about the pacman-dev mailing list