Skip to content

Foxboron/aurutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,601 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

logo

aurutils is a collection of scripts to automate usage of the Arch User Repository, with different tasks such as package searching, update checks, or computing dependencies kept separate.

The chosen approach for managing packages is local pacman repositories, rather than foreign (installed by pacman -U) packages.

INSTALLATION

Install one of the following packages:

Upgrade notices are posted to the Arch forums. (RSS)

USAGE

Documentation is included as groff manuals. aur(1) contains a general overview, instructions on creating a local repository, and several examples.

VERSIONING

Code changes
Major changes Result in a bump of major version (x.0.0). Upgrades to a new major version may require a rewrite of interfacing software, or significant changes in workflow.
Minor changes (incompatible) Result in a bump of minor version (x.y.0). Typically used when application names or command-line options change in a minor way.
Minor changes (compatible) Result in a bump of maintenance version (x.y.z). Typically used for bug fixes or new, compatible features.

TROUBLESHOOTING

See ISSUE_TEMPLATE.md. For informal discussion, see the #aurutils channel on freenode.

SEE ALSO

The following (third-party) projects may be used together with aurutils:

  • aur-talk - fetch and display AUR package comments (requires: hq)
  • aur-out-of-date - compare AUR to upstream version
  • aurto - automatically update a local repository with trust management
  • hq - HTML processor inspired by jq

About

Helper tools for the AUR.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 55.3%
  • Roff 38.9%
  • Awk 3.2%
  • Makefile 1.3%
  • M4 1.1%
  • Emacs Lisp 0.2%