From 48b209d6121f24e990951daf0edf1345012b4c78 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 17 Feb 2009 16:58:33 -0600 Subject: Rework optdepends documentation for clarity Signed-off-by: Dan McGee --- doc/PKGBUILD.5.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/PKGBUILD.5.txt') diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 416f55e1..c1ad4df8 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -140,11 +140,11 @@ name. The syntax is: `$$source=('filename::url')$$` depends. *optdepends (array)*:: - An array of optional packages (and accompanying reasons) that are not - essential to the package, but would offer increased functionality or other - features when installed. optdepends are currently for informational - purposes only and are not utilized by pacman during dependency resolution. - The format should be similar to the following: + An array of packages (and accompanying reasons) that are not essential for + base functionality, but may be necessary to make full use of the contents + of this package. optdepends are currently for informational purposes only + and are not utilized by pacman during dependency resolution. The format + should be similar to the following: optdepends=('fakeroot: for makepkg usage as normal user') -- cgit v1.2.3