PKGCTL-DIFF(1) | PKGCTL-DIFF(1) |
NAME
pkgctl-diff - Compare package files using different modes.
SYNOPSIS
pkgctl diff [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 or pool, and pkgctl diff will proceed as though this filename was initially specified.
OPTIONS
-M, --makepkg-config
-P, --pool=DIR
-v, --verbose
-h, --help
OUTPUT OPTIONS
--color[=WHEN]
-u, -U, --unified
-y, --side-by-side
-W, --width[=NUM]
MODES
-l, --list
-d, --diffoscope
-p, --pkginfo
-b, --buildinfo
HOMEPAGE
https://gitlab.archlinux.org/archlinux/devtools
Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
2024-06-18 |