blob: 663d78e5eeb40c4bc04fe47982986161d8d532cf (
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
|
--- /usr/share/devtools/pacman.conf.d/extra.conf 2024-12-05 05:46:53.000000000 +0800
+++ extra-riscv64.conf 2024-12-10 14:34:52.462140947 +0800
@@ -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 = riscv64
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
@@ -73,16 +73,16 @@
# after the header, and they will be used before the default mirrors.
#[core-testing]
-#Include = /etc/pacman.d/mirrorlist
+#Server = https://archriscv.felixc.at/repo/$repo
[core]
-Include = /etc/pacman.d/mirrorlist
+Server = https://archriscv.felixc.at/repo/$repo
#[extra-testing]
-#Include = /etc/pacman.d/mirrorlist
+#Server = https://archriscv.felixc.at/repo/$repo
[extra]
-Include = /etc/pacman.d/mirrorlist
+Server = https://archriscv.felixc.at/repo/$repo
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
|