summarylogtreecommitdiffstats
path: root/pacman-extra-riscv64.patch
diff options
context:
space:
mode:
authorXeonacid2023-01-26 14:59:04 +0800
committerXeonacid2023-01-26 14:59:04 +0800
commit40b4888f5028686ee3a46989adaeb4c0cb003633 (patch)
tree470a1f244a3ba7193b63a0a17720e56e6e9ad5e9 /pacman-extra-riscv64.patch
parent7cdf606b38e0fa21e71c13139604ceb679f44fa9 (diff)
downloadaur-40b4888f5028686ee3a46989adaeb4c0cb003633.tar.gz
use patch instead of fork; use binfmt conf from Arch
Diffstat (limited to 'pacman-extra-riscv64.patch')
-rw-r--r--pacman-extra-riscv64.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/pacman-extra-riscv64.patch b/pacman-extra-riscv64.patch
new file mode 100644
index 000000000000..5385b0226f1f
--- /dev/null
+++ b/pacman-extra-riscv64.patch
@@ -0,0 +1,27 @@
+--- /usr/share/devtools/pacman-extra.conf 2023-01-06 03:00:58.000000000 +0800
++++ pacman-extra-riscv64.conf 2023-01-24 22:31:14.871571646 +0800
+@@ -71,19 +71,19 @@
+ # after the header, and they will be used before the default mirrors.
+
+ #[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]
+-Include = /etc/pacman.d/mirrorlist
++Server = https://archriscv.felixc.at/repo/$repo
+
+ #[community-testing]
+-#Include = /etc/pacman.d/mirrorlist
++#Server = https://archriscv.felixc.at/repo/$repo
+
+ [community]
+-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.