Merge pull request #1009 from AladW/ignore-pkgspec
[aurutils.git] / man1 / aur-vercmp.1
blob9b57ede736c36cd7f7bb7cfffec05f0d19c703b3
1 .TH AUR-VERCMP 1 2018-12-06 AURUTILS
2 .SH NAME
3 aur\-vercmp \- check packages for AUR updates
5 .SH SYNOPSIS
6 .SY "aur vercmp"
7 .OP \-ac
8 .OP \-p path
9 .OP \-u filename
10 .YS
12 .SH DESCRIPTION
13 .B aur\-vercmp
14 compares packages from
15 .B stdin
16 .RI ( pkgname
17 and
18 .IR pkgver ,
19 space-separated) with their respective versions in the AUR, and prints
20 any updated versions to
21 .BR stdout .
23 .SH OPTIONS
24 .TP
25 .BR \-a ", " \-\-all
26 Show packages with an older or equal version in the AUR. (Not
27 applicable to
28 .BR \-c .)
30 .TP
31 .BR \-c ", " \-\-current
32 Changes format to print packages with an equal or newer version to
33 .BR stdout .\&
34 A human-readable version of the comparison will be printed to
35 .BR stderr .\&
36 E.g.: aurutils\-git: 2.0.0 is newer than 1.5.3
38 .TP
39 .BI \-p " FILE" "\fR,\fP \-\-path=" FILE
40 Read package versions from FILE instead of the AUR. FILE should be in
41 the same format as stdin
42 .RI ( pkgname
43 and
44 .IR pkgver ,
45 space-separated).
47 .TP
48 .BR \-q ", " \-\-quiet
49 Only print package names to standard output.
51 .TP
52 .BI \-u " FILENUM" "\fR,\fP \-\-upair=" FILENUM
53 Print unpairable lines from file FILENUM, where FILENUM is 1 or 2
54 (\fBjoin \-a\fR). See commit dd4c302997c5eaee752a54c974c237a2b952d5c8
55 for details.
57 .SH SEE ALSO
58 .ad l
59 .nh
60 .BR aur (1),
61 .BR aur\-query (1),
62 .BR join (1),
63 .BR jq (1),
64 .BR pacman (8),
65 .BR vercmp (8)
67 .SH AUTHORS
68 .MT https://github.com/AladW
69 Alad Wenter
70 .ME
72 .\" vim: set textwidth=72: