summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNagy Gabor <ngaba@bibl.u-szeged.hu>2007-12-18 14:48:32 +0100
committerDan McGee <dan@archlinux.org>2007-12-19 21:48:10 +0100
commitb06ce1e8adf9cb0f2a918b9234b2d3bd47c1789e (patch)
tree2fb7dede9d7125e96fd1b06f2ab8f94f81af62f8 /doc
parent13dd2864ca740ee7e6a6ce163c883dc24a294c87 (diff)
downloadpacman-b06ce1e8adf9cb0f2a918b9234b2d3bd47c1789e.tar.gz
pacman-b06ce1e8adf9cb0f2a918b9234b2d3bd47c1789e.tar.xz
Add PM_DEP_MOD_GT and PM_DEP_MOD_LT to documentation
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt5
1 files changed, 3 insertions, 2 deletions
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