From b06ce1e8adf9cb0f2a918b9234b2d3bd47c1789e Mon Sep 17 00:00:00 2001 From: Nagy Gabor Date: Tue, 18 Dec 2007 14:48:32 +0100 Subject: Add PM_DEP_MOD_GT and PM_DEP_MOD_LT to documentation Signed-off-by: Nagy Gabor Signed-off-by: Dan McGee --- doc/PKGBUILD.5.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index b3ea4c95..1ebf4a69 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 -- cgit v1.2.3-24-g4f1b