Merge pull request #875 from AladW/build-nocheck
[aurutils.git] / man1 / aur-srcver.1
blob6bea50d5806a3fafad7ea20036ab5ecae1afbac6
1 .TH AUR-SRCVER 1 2018-02-01 AURUTILS
2 .SH NAME
3 aur\-srcver \- list version of VCS packages
5 .SH SYNOPSIS
6 .SY "aur srcver"
7 .OP \-\-noprepare
8 .OP \-\-jobs
9 .IR pkgbase ...
10 .YS
12 .SH DESCRIPTION
13 .B aur\-srcver
14 takes the names of packages and lists the current
15 .I pkgver
16 of VCS packages. This is achieved by running
17 .B "makepkg \-\-skipinteg \-od"
18 and parsing the output. If
19 .B makepkg
20 fails on a given package, the resulting output is shown on standard error.
21 .PP
22 It is assumed that source directories are already available, and that
23 .B aur\-srcver
24 is used in the same directory as those source directories.
26 .SH OPTIONS
27 .TP
28 .B \-\-noprepare
29 Do not run the prepare() function in the PKGBUILD.
31 .TP
32 .BI \-j " NUM" "\fR,\fP \-\-jobs=" NUM
33 Set the amount of
34 .B makepkg
35 processes run in parallel. Defaults to 2 plus the amount of processing units.
37 .SH SEE ALSO
38 .ad l
39 .nh
40 .BR aur (1),
41 .BR makepkg (8)
43 .SH AUTHORS
44 .MT https://github.com/AladW
45 Alad Wenter
46 .ME
48 .\" vim: set textwidth=72: