Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/man/pkgctl-version-check.1.asciidoc
blob: fa5401f3979d3f8b3cb2df745986b5ab604f5a34 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
pkgctl-version-check(1)
=======================

Name
----
pkgctl-version-check - Check if there is an new upstream version available

Synopsis
--------
pkgctl version check [OPTIONS] [PKGBASE...]

Description
-----------

Uses nvchecker, a .nvchecker.toml file and the version specified in the current
PKGBUILDs pkgver to check if there is a newer package version available to
which this package could possibly be upgraded.

The current working directory is used if no PKGBASE is specified.

Configuration
-------------

To provide GitHub or GitLab tokens to nvchecker, a `keyfile.toml` will be
supplied from `$XDG_CONFIG_HOME`/nvchecker.

See the section on configuration files in linkman:nvchecker[1] for possible options
which can be utilized in .nvchecker.toml.

Options
-------

*-v, --verbose*::
	Display results including up-to-date versions

*-h, --help*::
	Show a help text

Errors
------

On exit, return one of the following codes:

*0*::
	Normal exit condition, all checked versions are up-to-date

*1*::
	Unknown cause of failure

*2*::
	Normal exit condition, but there are out-of-date versions

*3*::
	Failed to run some version checks

See Also
--------

linkman:nvchecker[1]

include::include/footer.asciidoc[]