Rework optdepends documentation for clarity
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
eb1775e485
commit
48b209d612
1 changed files with 5 additions and 5 deletions
|
@ -140,11 +140,11 @@ name. The syntax is: `$$source=('filename::url')$$`
|
||||||
depends.
|
depends.
|
||||||
|
|
||||||
*optdepends (array)*::
|
*optdepends (array)*::
|
||||||
An array of optional packages (and accompanying reasons) that are not
|
An array of packages (and accompanying reasons) that are not essential for
|
||||||
essential to the package, but would offer increased functionality or other
|
base functionality, but may be necessary to make full use of the contents
|
||||||
features when installed. optdepends are currently for informational
|
of this package. optdepends are currently for informational purposes only
|
||||||
purposes only and are not utilized by pacman during dependency resolution.
|
and are not utilized by pacman during dependency resolution. The format
|
||||||
The format should be similar to the following:
|
should be similar to the following:
|
||||||
|
|
||||||
optdepends=('fakeroot: for makepkg usage as normal user')
|
optdepends=('fakeroot: for makepkg usage as normal user')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue