This is a repository of Arch Linux source packages. Most of the packages are customised versions of those found in the AUR.
These packages are primarily for my own use but feel free to submit pull requests to improve them. Hopefully the resulting packages improve on those present in the AUR where the package owners will be able to use this resource to update their packages as they see fit.
Clone the repo and build and install the package(s) you require using
makepkg
. For example, to
compile libspatialite
try:
git clone https://www.github.com/homme/arch-packages
cd arch-packages/libspatialite
makepkg -i