diff options
author | Christian Heusel <christian@heusel.eu> | 2024-01-05 19:10:38 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-01-21 23:28:29 +0100 |
commit | 6054c869e1b9b853aa7408261e477dcb187ff498 (patch) | |
tree | efe2d7142005274baef7f767239f5e04097eeba6 /doc/man/pkgctl-version.1.asciidoc | |
parent | 313c5b4d32291e618cc136035f5e056581aec416 (diff) | |
download | devtools-6054c869e1b9b853aa7408261e477dcb187ff498.tar.xz |
feat(upgrade): introduce the version upgrade subcommand
This subcommand applies the detected upstream version upgrades to a
PKGBUILD.
Component: pkgctl version upgrade
Co-authored-by: Levente Polyak <anthraxx@archlinux.org>
Signed-off-by: Christian Heusel <christian@heusel.eu>
Diffstat (limited to 'doc/man/pkgctl-version.1.asciidoc')
-rw-r--r-- | doc/man/pkgctl-version.1.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/pkgctl-version.1.asciidoc b/doc/man/pkgctl-version.1.asciidoc index 53a72f3..e71becd 100644 --- a/doc/man/pkgctl-version.1.asciidoc +++ b/doc/man/pkgctl-version.1.asciidoc @@ -27,9 +27,13 @@ Subcommands pkgctl version check:: Check if there is an new upstream version available +pkgctl version upgrade:: + Upgrade the PKGBUILD according to the latest available upstream version + See Also -------- linkman:pkgctl-version-check[1] +linkman:pkgctl-version-upgrade[1] include::include/footer.asciidoc[] |