makepkg: unset errexit when sourcing /etc/profile
[pacman-ng.git] / doc / pkgdelta.8.txt
blob3804c5d9e0ae203978f16c0fa6f5d2ed246d6ae1
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
3 /////
4 pkgdelta(8)
5 =========
7 Name
8 ----
9 pkgdelta - package delta generation utility
12 Synopsis
13 --------
14 'pkgdelta' [-q] <package1> <package2>
17 Description
18 -----------
19 'pkgdelta' is used to create package delta files between two versions of the
20 same package. These files are essentially binary patches. linkman:pacman[8] can
21 download deltas instead of full package upgrades, and use them with the
22 previous versions of packages (in the package cache) to synthesize the upgraded
23 version of the packages. This likely reduces download sizes for upgrades
24 significantly.
26 'pkgdelta' requires linkman:xdelta3[1] to do its job.
28 Options
29 -------
30 *-q, \--quiet*::
31         Be quiet. Do not output anything but warnings and errors.
33 Examples
34 --------
36   $ pkgdelta libreoffice-3.3.2-1-x86_64.pkg.tar.xz libreoffice-3.3.2-2-x86_64.pkg.tar.xz
38 See Also
39 --------
40 linkman:pacman[8], linkman:xdelta3[1]
42 include::footer.txt[]