aurutils
Utilities for managing AUR packages in a local repository
TLDR
Build AUR package
$ aur build [package]
Sync AUR database$ aur sync [package]
Search AUR$ aur search [query]
Check for updates$ aur vercmp
Fetch PKGBUILD$ aur fetch [package]
SYNOPSIS
aur command [options] [arguments]
DESCRIPTION
aurutils is a collection of utilities for managing local Arch User Repository (AUR) packages. It helps build, maintain, and deploy AUR packages in a local repository.
The suite integrates with pacman, allowing AUR packages to be managed like official packages.
PARAMETERS
build
Build packages from AURsync
Synchronize packages to local repositoryfetch
Download PKGBUILDssearch
Search AURvercmp
Check installed packages against AURrepo
Manage local repositorydeps
Resolve dependenciesgraph
Generate dependency graph
CAVEATS
Requires local repository setup. More complex than yay or paru for casual use. Designed for advanced users who want fine control.
HISTORY
aurutils was developed for users wanting reproducible, local repository-based AUR package management, as opposed to direct installation helpers.

