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
85
85
reiserfsprogs
86
86
rp-pppoe
87
87
rsync
88
- xdotool
89
88
wmctrl
90
89
rxvt-unicode-terminfo
91
90
screen
@@ -266,6 +265,8 @@ opendesktop-fonts
266
265
gnome-screenshot
267
266
ttf-opensans
268
267
freetype2
268
+
269
+ # Input Drivers
269
270
libinput-gestures
270
271
xf86-input-elographics
271
272
xf86-input-evdev
@@ -337,6 +338,7 @@ kservice
337
338
kwidgetsaddons
338
339
libpwquality
339
340
plasma-framework
341
+ nvidia
340
342
xf86-video-amdgpu
341
343
xf86-video-ati
342
344
xf86-video-dummy
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ Include = /etc/pacman.d/mirrorlist
88
88
[community]
89
89
Include = /etc/pacman.d/mirrorlist
90
90
91
+ [chaotic-aur]
92
+ Include = /etc/pacman.d/chaotic-mirrorlist
93
+
91
94
# If you want to run 32 bit applications on your x86_64 system,
92
95
# enable the multilib repositories as required here.
93
96
You can’t perform that action at this time.
0 commit comments