1 .TH AUR-SRCVER 1 2018-02-01 AURUTILS
3 aur\-srcver \- list version of VCS packages
14 takes source directories and lists the current
18 This is achieved by running
19 .B "makepkg \-\-skipinteg \-od"
20 and subsequently sourcing the PKGBUILD. If
22 fails on a given package, the resulting output is shown on standard error.
24 Source directories can be specifed on the command-line, from standard
25 input when a hyphen is specified, or from a file with the
31 .BI \-a " FILE" "\fR, \fP \-\-arg\-file=" FILE
32 Read source directories from
34 instead of the command-line. This argument does not take precedence over
35 .BR "aur\-srcver \-" .
38 .BI \-\-buildscript= NAME
39 Read the package script
46 .BR \-\-noprepare ", " \-\-no\-prepare
47 Do not run the prepare() function in the PKGBUILD.
50 .BI \-j " NUM" "\fR,\fP \-\-jobs=" NUM
53 processes run in parallel. Defaults to 2 plus the amount of processing units.
56 .BR \-\-margs ", " \-\-makepkg\-args
57 Additional arguments to pass to
62 When reading arguments with
64 or from standard input, assume delimitation by null bytes instead of newlines.
69 The command used to update
75 options forwarded (see
77 must be supported by this command, as well as
90 .MT https://github.com/AladW
94 .\" vim: set textwidth=72: