LinuxCommandLibrary

updpkgsums

Update source checksums in Arch PKGBUILD files

TLDR

Update checksums in PKGBUILD

$ updpkgsums
copy
Display help
$ updpkgsums -h
copy
Display version
$ updpkgsums -v
copy

SYNOPSIS

updpkgsums [OPTIONS]

DESCRIPTION

updpkgsums updates the checksums of source files in a PKGBUILD. It downloads the sources (if needed) and calculates new checksums, updating the PKGBUILD file.
Unless a preexisting hashing algorithm is already specified in the PKGBUILD, SHA256 will be used for the new checksums.

PARAMETERS

-h, --help

Display help information
-v, --version
Display version information

CAVEATS

Arch Linux specific. Must be run in directory containing PKGBUILD. Downloads sources if not already cached. Network access required for remote sources.

SEE ALSO

makepkg(8), pacman(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community