somini-aur

This is an Arch Linux repository, for aarch64. To use it:

Trust public key

Make sure you trust my public key (available in somini-aur.pub):

# pacman-key --add <(curl 'https://pacman.somini.xyz/somini-aur.pub')
# pacman-key --lsign-key E515463289D758F8A26FADB526EAEAB61D09FF79
		

Note that this means you TRUST packages signed by this key to be installed using pacman.

Configure pacman

Add the following snippet to the pacman configuration (/etc/pacman.conf):

[somini-aur]
SigLevel = Required TrustedOnly
Server = https://pacman.somini.xyz/$arch
		

Update pacman index

Use pacman -Sy to update the indexes to load the index for this repository. The packages should now be available.