blob: 5db5945b3bebd99f05b0951fe8cb16d9473d4473 (
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 2023-05-21 18:50:42.000000000 +0800
+++ extra-riscv64.conf 2023-05-22 10:32:48.462290337 +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 =
@@ -71,16 +71,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.
|