The repositories found on this site provide a number of precompiled Arch Linux packages for the x86_64 architecture. See below for a list of repositories as well as a guide on how to get started.
Currently, this site provides the following repositories:
All databases and packages available through this site are signed using the following key:
3CA1 4460 9168 4EE3 F7BF BFCE F7C8 2C7A 47F8 7759
This key in turn is a subkey of the following key:
6EF9 079E 9F56 193C 9190 4C7A 8160 8D4B F663 9FF5
You can either download the root public key from my personal
website or fetch it via gpg.
The key should be available in the SKS keyserver pool (hkp://pool.sks-keyservers.net).
The most efficient way to fetch the key will be to use pacman-key like so:
$ curl https://felixmorgner.com/F6639FF5.asc | sudo pacman-key --add -
Afterwards, you will need to locally sign the newly downloaded key using the following command:
# pacman-key --lsign-key 0x6EF9079E9F56193C91904C7A81608D4BF6639FF5
With the key setup, you can use the following template to add the repositories to your local pacman
configuration.
Simply replace insert-repo-name-here with the name of the desired repository.
[insert-repo-name-here]
Server = https://arch.arknet.ch/$repo
So to add the arknet repository, you would add the following to your /etc/pacman.conf:
[arknet]
Server = https://arch.arknet.ch/$repo