summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-14 15:30:23 +0200
committerDan McGee <dan@archlinux.org>2011-06-14 15:30:23 +0200
commitc206b3a6d503e57691664b94e68ba85760bd0b6c (patch)
treeec90f860d62a5903fb5b0229d61d0bbb34a98ed4 /doc
parentd3553768652cb99ccc944285bfdf618768223dfa (diff)
parent5689478c68bdda8ecbe0eae9a5bd28b072632b26 (diff)
downloadpacman-c206b3a6d503e57691664b94e68ba85760bd0b6c.tar.gz
pacman-c206b3a6d503e57691664b94e68ba85760bd0b6c.tar.xz
Merge remote-tracking branch 'florian/sodeps'
Diffstat (limited to 'doc')
-rw-r--r--doc/PKGBUILD.5.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt
index b47f429d..015db5fe 100644
--- a/doc/PKGBUILD.5.txt
+++ b/doc/PKGBUILD.5.txt
@@ -149,6 +149,11 @@ name. The syntax is: `source=('filename::url')`.
form 'name<>version', where <> is one of five comparisons: >= (greater
than or equal to), <= (less than or equal to), = (equal to), > (greater
than), or < (less than).
++
+If the dependency name appears to be a library (ends with .so), makepkg will
+try to find a binary that depends on the library in the built package and
+append the version needed by the binary. Appending the version yourself
+disables auto detection.
*makedepends (array)*::
An array of packages this package depends on to build but are not
@@ -185,6 +190,10 @@ name. The syntax is: `source=('filename::url')`.
dependency of other packages. Provisions involving the '>' and '<'
operators are invalid as only specific versions of a package may be
provided.
++
+If the provision name appears to be a library (ends with .so), makepkg will
+try to find the library in the built package and append the correct
+version. Appending the version yourself disables auto detection.
*replaces (array)*::
An array of packages this package should replace. This can be used