andontie AUR is an Arch Linux repository containing the most popular packages from the AUR, along with some packages used frequently by me. New updates to packages are processed nightly at 3 am EST. In the future GIT packages will be rebuilt nighty or weekly.
This repository is powered by ARepoBuilder, a Bash program written by me.
Adding the repo
Add my PGP key with the following commands:
# pacman-key --recv-key 72BF227DD76AE5BF
# pacman-key --lsign-key 72BF227DD76AE5BF
Add the repo to your /etc/pacman.conf:
[andontie-aur]
Server = https://aur.andontie.net/$arch
Run pacman -Syu to update your repo list and check for updates and you're good to go!
If you are submitting a package request because you're getting an error when you try to build the package yourself, please consider submitting a comment about this on the AUR package page. I am not a master compiler and it's possible that I will get the same error that you're getting and I'm not going to be able to fix it any more than you can. I get a lot of requests from people for packages that error when I try to build them and these issues should be taken to the package maintainer.
You are still free to submit packages like this, since it's possible the error is because the compiler is crashing on your computer, just understand that I can't do anything if it's not that. The entire point of this repository is to provide packages for people with less powerful computers who don't want to spend the hours it would take to build them or even because you’re lazy like me and you'd rather just have these things in a repo :)
Requested packages MUST be from the AUR, I will not be taking requests for new AUR package submissons here. Please direct those to the Arch forums instead.