# # /etc/pacman.conf # # See the pacman manpage for option directives # # GENERAL OPTIONS # [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. #RootDir = / #DBPath = /var/lib/pacman/ #CacheDir = /var/cache/pacman/pkg/ #LogFile = /var/log/pacman.log HoldPkg = pacman glibc IgnorePkg = #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u # # REPOSITORIES # - 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 # [gnome-unstable] Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64 Include = /etc/pacman.d/mirrorlist [testing] Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64 Include = /etc/pacman.d/mirrorlist [core] Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64 Include = /etc/pacman.d/mirrorlist [extra] Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64 Include = /etc/pacman.d/mirrorlist [community] Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64 Include = /etc/pacman.d/mirrorlist #[unstable] # Add your preferred servers here, they will be used first #Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64 #Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for # tips on creating your own repositories. #[custom] #Server = file:///home/custompkgs #[muflax-xfce4-svn] #Server = http://www.stud.uni-karlsruhe.de/~uvcal/xfce4-svn/x86_64/