diff options
author | Dan McGee <dan@archlinux.org> | 2009-06-24 04:52:35 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-06-24 04:52:35 +0200 |
commit | 68813ca986e7dbdbdb7a4cd4df55f74e9d9bab38 (patch) | |
tree | f5fd40a546232e3da684cd0728412516c287fab2 /doc/PKGBUILD.5.txt | |
parent | 8c8fa2d82c524111879e44fd63683a612278d042 (diff) | |
parent | 01f9ae63e72a9bc41cccfef17d5c07673972f455 (diff) | |
download | pacman-68813ca986e7dbdbdb7a4cd4df55f74e9d9bab38.tar.gz pacman-68813ca986e7dbdbdb7a4cd4df55f74e9d9bab38.tar.xz |
Merge commit 'allan/working'
Diffstat (limited to 'doc/PKGBUILD.5.txt')
-rw-r--r-- | doc/PKGBUILD.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PKGBUILD.5.txt b/doc/PKGBUILD.5.txt index 41c468ee..ef6bace0 100644 --- a/doc/PKGBUILD.5.txt +++ b/doc/PKGBUILD.5.txt @@ -161,7 +161,7 @@ name. The syntax is: `source=('filename::url')`. Versioned provisions are also possible, in the 'name=version' format. For example, dcron can provide 'cron=2.0' to satisfy the 'cron>=2.0' dependency of other packages. Provisions involving the '>' and '<' - operators are invalid as only specifc versions of a package may be + operators are invalid as only specific versions of a package may be provided. *replaces (array)*:: @@ -221,7 +221,7 @@ name. The syntax is: `source=('filename::url')`. operation, even if the version number would normally not trigger such an upgrade. This is useful when the version numbering scheme of a package changes (or is alphanumeric). See linkman:pacman[8] for - more infomation on version comparisons. + more information on version comparisons. build() Function |