added x264 and ffmpeg to Ignorepkg in pacman.conf for now, breaks chromium

This commit is contained in:
z3rOR0ne 2022-01-26 00:14:24 -08:00
parent 4809f25001
commit 48cd02a67c

View file

@ -2,7 +2,6 @@
# /etc/pacman.conf # /etc/pacman.conf
# #
# See the pacman.conf(5) manpage for option and repository directives # See the pacman.conf(5) manpage for option and repository directives
# #
# GENERAL OPTIONS # GENERAL OPTIONS
# #
@ -21,6 +20,9 @@ HoldPkg = pacman glibc
Architecture = x86_64 Architecture = x86_64
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg = #IgnorePkg =
IgnorePkg = npm
IgnorePkg = ffmpeg
IgnorePkg = x264
#IgnoreGroup = #IgnoreGroup =
#NoUpgrade = #NoUpgrade =
@ -66,8 +68,8 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately # repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors. # after the header, and they will be used before the default mirrors.
[gremlins] #[gremlins]
Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[system] [system]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
@ -75,8 +77,8 @@ Include = /etc/pacman.d/mirrorlist
[world] [world]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
[galaxy-gremlins] #[galaxy-gremlins]
Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[galaxy] [galaxy]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
@ -87,14 +89,14 @@ Include = /etc/pacman.d/mirrorlist-arch
[extra] [extra]
Include = /etc/pacman.d/mirrorlist-arch Include = /etc/pacman.d/mirrorlist-arch
[community-testing] #[community-testing]
Include = /etc/pacman.d/mirrorlist-arch #Include = /etc/pacman.d/mirrorlist-arch
[community] [community]
Include = /etc/pacman.d/mirrorlist-arch Include = /etc/pacman.d/mirrorlist-arch
[multilib-testing] #[multilib-testing]
Include = /etc/pacman.d/mirrorlist-arch #Include = /etc/pacman.d/mirrorlist-arch
[multilib] [multilib]
Include = /etc/pacman.d/mirrorlist-arch 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, # If you want to run 32 bit applications on your x86_64 system,
# enable the lib32 repositories as required here. # enable the lib32 repositories as required here.
[lib32-gremlins] #[lib32-gremlins]
Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[lib32] [lib32]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist