blob: e71becd6d02896eeac9a01bbe8bf722cb8bae862 (
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
|
pkgctl-version(1)
=================
Name
----
pkgctl-version - Package version related commands.
Synopsis
--------
pkgctl version [OPTIONS] [SUBCOMMAND]
Description
-----------
Package version related commands such as checking if a package is out of date.
Options
-------
*-h, --help*::
Show a help text
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[]
|