Skip to content

Instantly share code, notes, and snippets.

@noraj
Created August 30, 2025 12:33
Show Gist options
  • Save noraj/50a76c4d163fa8b925258ed41f0f948c to your computer and use it in GitHub Desktop.
Save noraj/50a76c4d163fa8b925258ed41f0f948c to your computer and use it in GitHub Desktop.
Failback procedure to install or update AUR packages when aur.archlinux.org is down
export AUR_PACKAGE="<package name>"
git clone --branch $AUR_PACKAGE --single-branch https://github.com/archlinux/aur.git $AUR_PACKAGE
cd $AUR_PACKAGE
makepkg -si
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment