LinuxCommandLibrary

aurpublish

Publish packages to the Arch User Repository

TLDR

Publish a package to the AUR

$ aurpublish [package_name]
copy
Add githooks to the current repository
$ aurpublish setup
copy

SYNOPSIS

aurpublish [options] [package]

DESCRIPTION

aurpublish streamlines publishing packages to the Arch User Repository. It verifies PKGBUILD integrity, generates .SRCINFO files, creates commit message templates, and handles the git push to the AUR.
The tool is designed for AUR package maintainers to simplify the update and publishing workflow.

PARAMETERS

-h, --help

Display help information

SUBCOMMANDS

setup

Install git hooks in the current repository for automated checks

CAVEATS

Requires AUR SSH access to be configured. The PKGBUILD must pass validation before publishing. Existing .SRCINFO files will be regenerated automatically.

SEE ALSO

makepkg(8), git(1), mksrcinfo(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community