diff options
Diffstat (limited to 'sys/etc/pacman.conf')
| -rw-r--r-- | sys/etc/pacman.conf | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sys/etc/pacman.conf b/sys/etc/pacman.conf index 7f55ff9..fc6f4f4 100644 --- a/sys/etc/pacman.conf +++ b/sys/etc/pacman.conf @@ -69,19 +69,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, @@ -90,8 +87,8 @@ Include = /etc/pacman.d/mirrorlist #[multilib-testing] #Include = /etc/pacman.d/mirrorlist -[multilib] -Include = /etc/pacman.d/mirrorlist +#[multilib] +#Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. @@ -104,5 +101,4 @@ Server = https://storage.googleapis.com/arch-linux-gce/repo SigLevel = Optional TrustAll [build.kilabit.info] -SigLevel = Optional TrustAll Server = https://build.kilabit.info/aur |
