Sodamhan.com

TL;DR

pkgctl diff

Compare package files using different modes. See also: pkgctl. More information: https://manned.org/pkgctl-diff.1.

  • Compare package files in tar content list different mode (default):

pkgctl diff --list path/to/file|pkgname

  • Compare package files in diffoscope different mode:

pkgctl diff --diffoscope path/to/file|pkgname

  • Compare package files in .PKGINFO different mode:

pkgctl diff --pkginfo path/to/file|pkgname

  • Compare package files in .BUILDINFO different mode:

pkgctl diff --buildinfo path/to/file|pkgname

This document was created using the contents of the tldr project.