You were right about the "\" backslash. But i see there is a difference regarding the mirrors. Those i got from the wiki are:
# Worldwide mirrors
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
Server = http://mirror.strits.dk/artix-linux/repos/$repo/os/$arch
Server = https://artix.mief.nl/repos/$repo/os/$arch <---
Server = http://mirror1.artixlinux.org/artix-linux/repos/$repo/os/$arch
But yours are:
# Artix mirrors
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch
Server = http://artix.wheaton.edu/repos/$repo/os/$arch/ <---
Server = http://mirror.strits.dk/artix-linux/repos/$repo/os/$arch
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
Server = https://www.uex.dk/public/artix/$repo/os/$arch <---
I have marked those which are different.
Now, using mine, i get this result when trying pacman -S artix-keyring:
LANG=C pacman -S artix keyring
:: Some packages should be upgraded first...
resolving dependencies...
looking for conflicting packages...
Packages (1) archlinux-keyring-20180302-1
Total Download Size: 0,64 MiB
Total Installed Size: 0,90 MiB
Net Upgrade Size: 0,02 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
archlinux-keyring-20180302-1-any 650,5 KiB 1777K/s 00:00 [##################################] 100%
(1/1) checking keys in keyring [##################################] 100%
(1/1) checking package integrity [##################################] 100%
error: archlinux-keyring: signature from "Artix Buildbot <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20180302-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
error: target not found: artix
error: target not found: keyring
With your mirrorlist the result is the same:
LANG=C pacman -S artix-keyring
:: Some packages should be upgraded first...
resolving dependencies...
looking for conflicting packages...
Packages (1) archlinux-keyring-20180302-1
Total Download Size: 0,64 MiB
Total Installed Size: 0,90 MiB
Net Upgrade Size: 0,02 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
archlinux-keyring-20180302-1-any 650,5 KiB 1971K/s 00:00 [##################################] 100%
(1/1) checking keys in keyring [##################################] 100%
(1/1) checking package integrity [##################################] 100%
error: archlinux-keyring: signature from "Artix Buildbot <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/archlinux-keyring-20180302-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
resolving dependencies...
looking for conflicting packages...
Packages (1) artix-keyring-20171114-1
Total Download Size: 0,04 MiB
Total Installed Size: 0,08 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
artix-keyring-20171114-1-any 38,8 KiB 881K/s 00:00 [##################################] 100%
(1/1) checking keys in keyring [##################################] 100%
(1/1) checking package integrity [##################################] 100%
error: artix-keyring: signature from "Artix Buildbot <[email protected]>" is unknown trust
:: File /var/cache/pacman/pkg/artix-keyring-20171114-1-any.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
Is there a way to install the correct keyring otherwise?
In any case, thanks a lot for your patience!