index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2007-11-16 22:37:57 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-11-18 20:05:51 -0600 |
commit | 84ebf8231985ff285f7995cd7ecaceb750a3c78b (patch) | |
tree | d42dd444a5b0e70d39a7a69de469fdef9111ac25 /doc | |
parent | 23b4e0270b1a1881b2daf362a398a3bdc20fab43 (diff) |
-rw-r--r-- | doc/PKGBUILD.5.txt | 2 |
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 6950041b..0d3ff3ae 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -133,6 +133,8 @@ 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. *replaces (array)*:: An array of packages that this package should replace, and can be used |