🔧 Updated pacman.conf due to artix repo changes
This commit is contained in:
parent
fe66cebf2b
commit
e35e6ce115
1 changed files with 42 additions and 10 deletions
52
pacman.conf
52
pacman.conf
|
|
@ -21,12 +21,43 @@ 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 = npm
|
||||||
IgnorePkg = st
|
IgnorePkg = st
|
||||||
#Ignore all openjdk updates
|
IgnorePkg = python2
|
||||||
|
IgnorePkg = moar
|
||||||
IgnorePkg = java-openjdk-bin
|
IgnorePkg = java-openjdk-bin
|
||||||
#IgnorePKG = jre8-openjdk
|
|
||||||
#IgnorePKG = jre8-openjdk-headless
|
# mycli requires python-cryptography package that is out of date
|
||||||
|
IgnorePkg = mycli
|
||||||
|
# Temp fix, see https://forum.artixlinux.org/index.php/topic,4178.msg26881.html#msg26881
|
||||||
|
# IgnorePkg = alsa-lib
|
||||||
|
|
||||||
|
#Upgrade after better docs come out for migration with Artix/Arch
|
||||||
|
#IgnorePkg = postgresql
|
||||||
|
#IgnorePkg = postgresql-libs
|
||||||
|
#IgnorePkg = inkscape
|
||||||
|
#IgnorePkg = poppler
|
||||||
|
#IgnorePkg = poppler-glib
|
||||||
|
|
||||||
|
# IgnorePkg = intel-oneapi-compiler-dpcpp-cpp-runtime
|
||||||
|
# IgnorePkg = intel-oneapi-openmp
|
||||||
|
# IgnorePkg = libcap
|
||||||
|
|
||||||
|
#Eventually upgrade kernels one at a time to check for stability
|
||||||
|
#IgnorePkg = linux
|
||||||
|
#IgnorePkg = linux-headers
|
||||||
|
#IgnorePkg = linux-lts
|
||||||
|
#IgnorePkg = linux-lts-headers
|
||||||
|
#IgnorePkg = linux-zen
|
||||||
|
#IgnorePkg = linux-zen-headers
|
||||||
|
|
||||||
|
#Whenever updating kernel, update nvidia
|
||||||
|
#IgnorePkg = lib32-nvidia-utils
|
||||||
|
#IgnorePkg = nvidia-dkms
|
||||||
|
#IgnorePkg = nvidia-utils
|
||||||
|
|
||||||
|
#PGP signature issues
|
||||||
|
#IgnorePkg = lib32-vulkan-radeon
|
||||||
|
|
||||||
#NoUpgrade =
|
#NoUpgrade =
|
||||||
#NoExtract =
|
#NoExtract =
|
||||||
|
|
@ -123,9 +154,10 @@ Server = http://omniverse.artixlinux.org/$arch
|
||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
[universe]
|
# universe removed as of 09_10_2023
|
||||||
Server = https://universe.artixlinux.org/$arch
|
#[universe]
|
||||||
Server = https://mirror1.artixlinux.org/universe/$arch
|
#Server = https://universe.artixlinux.org/$arch
|
||||||
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
|
#Server = https://mirror1.artixlinux.org/universe/$arch
|
||||||
Server = https://artixlinux.qontinuum.space:4443/universe/os/$arch
|
#Server = https://mirror.pascalpuffke.de/artix-universe/$arch
|
||||||
Server = https://mirror.alphvino.com/artix-universe/$arch
|
#Server = https://artixlinux.qontinuum.space:4443/universe/os/$arch
|
||||||
|
#Server = https://mirror.alphvino.com/artix-universe/$arch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue