Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc/diffpkg.1.asciidoc
blob: 3fc0f00fe4e28c6a262e9bb7980d23b19d8b5144 (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
diffpkg(1)
===========

Name
----
diffpkg - Compare package files using different modes.

Synopsis
--------
diffpkg [OPTIONS] [MODES] [FILE|PKGNAME...]

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

Searches for a locally built package corresponding to the PKGBUILD, and
downloads the last version of that package from the Pacman repositories.
It then compares the package archives using different modes while using
simple tar content list by default.

When given one package, use it to diff against the locally built one.
When given two packages, diff both packages against each other.

In either case, a package name will be converted to a filename from the
cache, and diffpkg will proceed as though this filename was initially
specified.

Options
-------

*-M, --makepkg-config*::
	Set an alternate makepkg configuration file

*-v, --verbose*::
	Provide more detailed/unfiltered output

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

Modes
-----

*-l, --list*::
	Activate tar content list diff mode (default)

*-d, --diffoscope*::
	Activate diffoscope diff mode

*-p, --pkginfo*::
	Activate .PKGINFO diff mode

*-b, --buildinfo*::
	Activate .BUILDINFO diff mode

See Also
--------

include::footer.asciidoc[]