index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2008-01-14 20:28:29 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-14 22:03:03 -0600 |
commit | 0c5b68877b107f4844f29eb77a9ea5bf7b73fe01 (patch) | |
tree | 6908dd557033cc9547a060b0903ebf673f870d24 /doc | |
parent | 6eee9e987a2dc6eba183f61fb596b7e0b8cc1645 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 5 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 3ef9d04e..ac394729 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -145,8 +145,9 @@ Options and Directives a package to provide dependencies other than its own package name. For example, the dcron package can provide 'cron', which allows packages to depend on 'cron' rather than 'dcron OR fcron'. - Versioned provisions are also possible. For example, dcron can provide - 'cron 2.0' to satisfy the 'cron>=2.0' dependency of other packages. + Versioned provisions are also possible, in the 'name=version' format. + For example, dcron can provide 'cron=2.0' to satisfy the 'cron>=2.0' + dependency of other packages. *replaces (array)*:: An array of packages that this package should replace, and can be used |