blob: 7f9cd962b73ababce713c7060309de180eed7834 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgctl-version-upgrade(1)
=========================
Name
----
pkgctl-version-upgrade - Upgrade the PKGBUILD according to the latest available upstream version
Synopsis
--------
pkgctl version upgrade [OPTIONS] [PKGBASE...]
Description
-----------
Upgrade the PKGBUILD according to the latest available upstream version.
Uses nvchecker, a .nvchecker.toml file and the current PKGBUILD pkgver to check
if there is a newer package version available.
The current working directory is used if no PKGBASE is specified.
Options
-------
*-v, --verbose*::
Display results including up-to-date versions
*-h, --help*::
Show a help text
See Also
--------
linkman:nvchecker[1]
include::include/footer.asciidoc[]
|