added x264 and ffmpeg to Ignorepkg in pacman.conf for now, breaks chromium
This commit is contained in:
parent
4809f25001
commit
48cd02a67c
1 changed files with 13 additions and 11 deletions
24
pacman.conf
24
pacman.conf
|
|
@ -2,7 +2,6 @@
|
|||
# /etc/pacman.conf
|
||||
#
|
||||
# See the pacman.conf(5) manpage for option and repository directives
|
||||
|
||||
#
|
||||
# GENERAL OPTIONS
|
||||
#
|
||||
|
|
@ -21,6 +20,9 @@ HoldPkg = pacman glibc
|
|||
Architecture = x86_64
|
||||
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
||||
#IgnorePkg =
|
||||
IgnorePkg = npm
|
||||
IgnorePkg = ffmpeg
|
||||
IgnorePkg = x264
|
||||
#IgnoreGroup =
|
||||
|
||||
#NoUpgrade =
|
||||
|
|
@ -66,8 +68,8 @@ 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.
|
||||
|
||||
[gremlins]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
#[gremlins]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[system]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
@ -75,8 +77,8 @@ Include = /etc/pacman.d/mirrorlist
|
|||
[world]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[galaxy-gremlins]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
#[galaxy-gremlins]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[galaxy]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
@ -87,14 +89,14 @@ Include = /etc/pacman.d/mirrorlist-arch
|
|||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[community-testing]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
#[community-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[multilib-testing]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
#[multilib-testing]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
|
@ -102,8 +104,8 @@ Include = /etc/pacman.d/mirrorlist-arch
|
|||
# If you want to run 32 bit applications on your x86_64 system,
|
||||
# enable the lib32 repositories as required here.
|
||||
|
||||
[lib32-gremlins]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
#[lib32-gremlins]
|
||||
#Include = /etc/pacman.d/mirrorlist
|
||||
|
||||
[lib32]
|
||||
Include = /etc/pacman.d/mirrorlist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue