Auto-AUR

Pre-built AUR packages.

Setup

  1. Setup Chotic AUR (recommend)
  2. See https://aur.chaotic.cx/docs

    Auto-AUR was created to complement Chaotic-AUR.

    Auto-AUR packages may depend on other AUR packages.

    In that case, Chaotic-AUR provides the necessary pre-built AUR packages.

  3. Run commands (root)
  4. pacman-key --recv-key b465fd29d2ea44cc --keyserver keyserver.ubuntu.com
    pacman-key --lsign-key b465fd29d2ea44cc
    pacman -U 'https://auto-aur.pages.dev/repo/auto-aur/x86_64/auto-aur-keyring-20240923-1-any.pkg.tar.zst'
    pacman -U 'https://auto-aur.pages.dev/repo/auto-aur/x86_64/auto-aur-mirrorlist-20241030-1-any.pkg.tar.zst'
    
  5. Edit /etc/pacman.conf
  6. Append (adding at the end) the following to /etc/pacman.conf:

    [auto-aur]
    Include = /etc/pacman.d/auto-aur-mirrorlist
    
  7. Update repo (root)
  8. pacman -Syu

View the latest build log

https://github.com/akku1139/auto-aur/actions/workflows/repo.yml

View the repo

Repo ( /repo/... )