diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 5935144b..fcdd65d8 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -21,7 +21,9 @@ HoldPkg = pacman glibc # - can be defined here or included from another file # - pacman will search repositories in the order defined here # - local/custom mirrors can be added here or in separate files - +# - repositories listed first will take precedence when packages +# have identical names, regardless of version number +# #[testing] #Server = ftp://ftp.archlinux.org/testing/os/i686 |