blob: 6cac0c4995c453c35a1bf139bdf0f64863399b23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
@@ -19,7 +19,7 @@
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
-Architecture = auto
+Architecture = loong64
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
@@ -71,22 +71,22 @@
# after the header, and they will be used before the default mirrors.
[core-staging]
-Include = /etc/pacman.d/mirrorlist
+Include = /etc/pacman.d/mirrorlist-loong64
[core-testing]
-Include = /etc/pacman.d/mirrorlist
+Include = /etc/pacman.d/mirrorlist-loong64
[core]
-Include = /etc/pacman.d/mirrorlist
+Include = /etc/pacman.d/mirrorlist-loong64
[extra-staging]
-Include = /etc/pacman.d/mirrorlist
+Include = /etc/pacman.d/mirrorlist-loong64
[extra-testing]
-Include = /etc/pacman.d/mirrorlist
+Include = /etc/pacman.d/mirrorlist-loong64
[extra]
-Include = /etc/pacman.d/mirrorlist
+Include = /etc/pacman.d/mirrorlist-loong64
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
|