Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLevente Polyak <anthraxx@archlinux.org>2023-12-21 21:40:57 +0100
committerLevente Polyak <anthraxx@archlinux.org>2024-01-05 01:01:52 +0100
commit4425913e4f3bfd3cb346c38e13a10f0002615a55 (patch)
tree84a646530a6b5082948040fd592a0707eb14dd52 /doc
parent2a1e8aebaf8e883270b617a743668e34b6db3d92 (diff)
chore(build): use more intuitive update-checksums option for humans
The philosophy of our CLI is to provide options that better match human expectations in an intuitive way rather than mimic wording of previous tools with abbreviation. Component: pkgctl build Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/man/pkgctl-build.1.asciidoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/man/pkgctl-build.1.asciidoc b/doc/man/pkgctl-build.1.asciidoc
index 3f2d44e..12deaaa 100644
--- a/doc/man/pkgctl-build.1.asciidoc
+++ b/doc/man/pkgctl-build.1.asciidoc
@@ -63,8 +63,12 @@ PKGBUILD Options
*--rebuild*::
Increment the current pkgrel variable
-*--updpkgsums*::
- Regenerate the checksums
+*--update-checksums*::
+ Force computation and update of the checksums by disabling auto-detection. +
+ Should only be used in special circumstances, like when adding new patch
+ files to the source array. During regular packaging operations, checksums
+ are either automatically updated when upgrading a package using `--pkgver`
+ or should remain immutable during rebuilds.
*-e, --edit*::
Edit the PKGBUILD before building