index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2012-08-07 20:55:11 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-08-07 20:55:11 -0500 |
commit | 024bc44a2545bc54db6e2242af799936c263dea1 (patch) | |
tree | c8d50e58b271f71743396180bc88d79d775a79b2 /doc/makepkg.8.txt | |
parent | 0c95b294e9c7b947e19eda71aca3aaffc9cc3abd (diff) | |
parent | a818766c6e693fcc5781574d05ee02ac4b6a8dcd (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 12 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index c24e89e3..9d19e38e 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -71,11 +71,6 @@ Options default to the current directory. This allows the built package to be overwritten. -*--forcever*:: - This is a hidden option that should *not* be used unless you really know - what you are doing. makepkg uses this internally when calling itself to - set the new development pkgver of the package. - *-g, \--geninteg*:: For each source file in the source array of PKGBUILD, download the file if required and generate integrity checks. The integrity checks generated @@ -96,10 +91,9 @@ Options *-h, \--help*:: Output syntax and command line options. -*\--holdver*:: - Useful when building development versions of packages. Prevents makepkg - from automatically bumping the pkgver to the latest revision number in - the package's development tree. +*--holdver*:: + When using VCS sources (linkman:PKGBUILD[5]) any currently checked out source + will not be updated to the latest revision. *-i, \--install*:: Install or upgrade the package after a successful build using |