diff options
author | Dan McGee <dan@archlinux.org> | 2009-02-18 21:20:17 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-02-18 21:20:17 -0600 |
commit | 1c4633ea2cbc01cfd7929509724951615827c482 (patch) | |
tree | 5a0f505caca856b6772e83e8234659334a5851c7 /doc | |
parent | 6c4d702cb10f9bc5da23b6511f09f4b4a07a4281 (diff) | |
parent | e7daa59f845f073511c632a972215d047f292f25 (diff) |
Merge branch 'maint'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/PKGBUILD.5.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 04eacfac..f8ed7f26 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') |