How to add azul repository

First install the repository keyring. From the terminal:

wget https://osdn.net/projects/azul/storage/azul-keyring-20230306-1-any.pkg.tar.zst

Manually install the keyring. From the terminal:

sudo pacman -U azul-keyring-20230306-1-any.pkg.tar.zst

Second, install the repository mirrorlist. From the terminal:

wget https://osdn.net/projects/azul/storage/azul-mirrors-20230627-1-any.pkg.tar.zst

Manually install the mirrorlist. From the terminal:

sudo pacman -U azul-mirrors-20230627-1-any.pkg.tar.zst

Edit the pacman.conf file:

sudo nano /etc/pacman.conf

To the end of the file, add:

[azul]
Include = /etc/pacman.d/azul-mirrorlist

Ctrl+o to save the file, and Ctrl+x to exit.

Update the repositories from the terminal with:

sudo pacman -Syy

The procedure is finished. To see the content of the repository, go here:

https://osdn.net/projects/azul/storage/