Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2022-04-22 21:40:20 +0200
committerLevente Polyak <anthraxx@archlinux.org>2022-05-17 21:03:43 +0200
commit11edc4504867579e11e90557d8707875f6284431 (patch)
treecf831321c1de20e6097312c12f2d171abf23d36e /doc
parentf42b032c5ed0b45d56742318bc34c64ecd961ccb (diff)
diffpkg - diff repo vs. build package
Include a new tool as alternative to checkpkg, this runs diffoscope on a newly build package and the current repository package. This can be useful for finding new files / binaries.
Diffstat (limited to 'doc')
-rw-r--r--doc/diffpkg.1.asciidoc33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/diffpkg.1.asciidoc b/doc/diffpkg.1.asciidoc
new file mode 100644
index 0000000..fe11872
--- /dev/null
+++ b/doc/diffpkg.1.asciidoc
@@ -0,0 +1,33 @@
+diffpkg(1)
+===========
+
+Name
+----
+diffpkg - Diffoscope the current build package with the repository version
+
+Synopsis
+--------
+diffpkg
+
+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 them with diffoscope.
+
+Options
+-------
+
+*-M, --makepkg-config*::
+ Set an alternate makepkg configuration file.
+
+*-h, --help*::
+ Show a help text
+
+See Also
+--------
+
+linkman:find-libprovides[1]
+
+include::footer.asciidoc[]