LinuxCommandLibrary

updpkgsums

Update the checksums of the sources in a `PKGBUILD`.

TLDR

Update the checksums in a PKGBUILD

$ updpkgsums
copy


Display Version
$ updpkgsums -v
copy


Display help
$ updpkgsums -h
copy

SYNOPSIS

updpkgsums [options] [build file]

DESCRIPTION

updpkgsums will perform an in place update of the checksums in the path specified by [build file], defaulting to PKGBUILD in the current working directory.

OPTIONS

-h, --help

Display syntax and command-line options.

-m, --nocolor

Do not colorize output.

-V, --version

Display version information.

BUGS

Bugs? You must be kidding; there are no bugs in this software. But if we happen to be wrong, file an issue with as much detail as possible at https://gitlab.archlinux.org/pacman/pacman-contrib/-/issues/new.

AUTHORS

Current maintainers:

·

Johannes Löthberg <johannes@kyriasis.com>

·

Daniel M. Capella <polyzen@archlinux.org>

For additional contributors, use git shortlog -s on the pacman-contrib.git repository.

SEE ALSO

makepkg(8), pkgbuild(5)

Copied to clipboard