File tree Expand file tree Collapse file tree 4 files changed +58
-1
lines changed
Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Original file line number Diff line number Diff line change 1+ # Automatic per-country routing of the mirrors below.
2+ Server = https://geo-mirror.chaotic.cx/$repo/$arch
3+
4+ # CDN (delayed syncing)
5+ # By: Fosshost
6+ Server = https://cdn-mirror.chaotic.cx/$repo/$arch
7+
8+ # USA
9+ # * Utah, By: ash (@the_ashh on telegram)
10+ Server = https://us-ut-mirror.chaotic.cx/$repo/$arch
11+ # * Los Angeles - CA, By: IRC-Nerds
12+ Server = https://us-ca-mirror.chaotic.cx/$repo/$arch
13+
14+ # Netherlands
15+ # * By: Easy Lee
16+ Server = https://nl-mirror.chaotic.cx/$repo/$arch
17+
18+ # Spain
19+ # * By: JKANetwork
20+ Server = https://es-mirror.chaotic.cx/$repo/$arch
21+ # * By: Icar
22+ Server = https://es-2-mirror.chaotic.cx/$repo/$arch
23+
24+ # Germany
25+ # * By: Nico
26+ Server = https://de-mirror.chaotic.cx/$repo/$arch
27+ # * By: ParanoidBangL (without HTTPS)
28+ Server = http://de-2-mirror.chaotic.cx/$repo/$arch
29+ # * By: ptr1337
30+ Server = https://de-3-mirror.chaotic.cx/$repo/$arch
31+ # * By: redgloboli
32+ Server = https://de-4-mirror.chaotic.cx/$repo/$arch
33+
34+ # Brussels, Belgium
35+ # * By: Belnet, the Belgian Education and Research Network
36+ Server = https://be-bru-mirror.chaotic.cx/$repo/$arch
37+
38+ # Seoul, Korea
39+ # * By: Ryoichi <t.me/maakpain>
40+ Server = https://kr-mirror.chaotic.cx/$repo/$arch
41+
42+ # Bulgaria
43+ # * By: Sudo Man <github.com/sakrayaami>
44+ Server = https://bg-mirror.chaotic.cx/$repo/$arch
45+
46+ # Toronto, Canada
47+ # * By freebird54
48+ Server = https://ca-mirror.chaotic.cx/$repo/$arch
49+
50+ # Mumbai, India
51+ # * By virusz4274
52+ Server = https://in-mirror.chaotic.cx/$repo/$arch
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ reflector
8585reiserfsprogs
8686rp-pppoe
8787rsync
88- xdotool
8988wmctrl
9089rxvt-unicode-terminfo
9190screen
@@ -266,6 +265,8 @@ opendesktop-fonts
266265gnome-screenshot
267266ttf-opensans
268267freetype2
268+
269+ # Input Drivers
269270libinput-gestures
270271xf86-input-elographics
271272xf86-input-evdev
@@ -337,6 +338,7 @@ kservice
337338kwidgetsaddons
338339libpwquality
339340plasma-framework
341+ nvidia
340342xf86-video-amdgpu
341343xf86-video-ati
342344xf86-video-dummy
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ Include = /etc/pacman.d/mirrorlist
8888[community]
8989Include = /etc/pacman.d/mirrorlist
9090
91+ [chaotic-aur]
92+ Include = /etc/pacman.d/chaotic-mirrorlist
93+
9194# If you want to run 32 bit applications on your x86_64 system,
9295# enable the multilib repositories as required here.
9396
You can’t perform that action at this time.
0 commit comments