From 6b83d01839987c421f0995a7fbba23d65a903c62 Mon Sep 17 00:00:00 2001 From: Dave Murphy <davem@devkitpro.org> Date: Mon, 29 Jun 2020 23:12:56 +0100 Subject: [PATCH] use arch for packages --- etc/pacman.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index e67892079..1c11f7dc3 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -64,7 +64,7 @@ CheckSpace Server = http://downloads.devkitpro.org/packages [dkp-linux] -Server = http://downloads.devkitpro.org/packages/linux +Server = http://downloads.devkitpro.org/packages/linux/$arch/ # An example of a disabled remote package repository with multiple servers # available. To enable, uncomment the following lines. You can add preferred