index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | doc/PKGBUILD.5.txt | 5 |
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 |