From 55c2ca1312e649916a9a4469b7e88464f2f20c38 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Fri, 23 Feb 2024 11:04:03 +0100 Subject: feat(version): let upgrade subcommand also update checksums This commit aims to make 'pkgctl version upgrade' also update checksums in addition of bumping the pkgver and reseting the pkgrel. Component: pkgctl version upgrade --- doc/man/pkgctl-version-upgrade.1.asciidoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man/pkgctl-version-upgrade.1.asciidoc b/doc/man/pkgctl-version-upgrade.1.asciidoc index 044545d..02ceff9 100644 --- a/doc/man/pkgctl-version-upgrade.1.asciidoc +++ b/doc/man/pkgctl-version-upgrade.1.asciidoc @@ -18,7 +18,7 @@ upstream versions. Upon execution, it automatically adjusts the PKGBUILD file, ensuring that the pkgver field is set to match the latest version available from the upstream source. In addition to updating the pkgver, this command also resets the pkgrel -to 1. +to 1 and updates checksums. Outputs a summary of upgraded packages, up-to-date packages, and any check failures. @@ -35,6 +35,9 @@ PKGBUILD. Refer to the configuration section in pkgctl-version(1). Options ------- +*--no-update-checksums*:: + Disable computation and update of the checksums + *-v, --verbose*:: Display results including up-to-date versions @@ -46,5 +49,6 @@ See Also pkgctl-version(1) nvchecker(1) +updpkgsums(8) include::include/footer.asciidoc[] -- cgit v1.2.3-70-g09d2