mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
45 lines
1,002 B
PacmanConf
45 lines
1,002 B
PacmanConf
#
|
|
# /etc/pacman.conf
|
|
#
|
|
# See the pacman.conf(5) manpage for option and repository 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
|
|
# If upgrades are available for these packages they will be asked for first
|
|
SyncFirst = pacman
|
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
|
#XferCommand = /usr/bin/curl %u > %o
|
|
#CleanMethod = KeepInstalled
|
|
|
|
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
|
|
#IgnorePkg =
|
|
#IgnoreGroup =
|
|
|
|
#NoUpgrade =
|
|
#NoExtract =
|
|
|
|
# Misc options (all disabled by default)
|
|
#NoPassiveFtp
|
|
#UseSyslog
|
|
#ShowSize
|
|
#UseDelta
|
|
#TotalDownload
|
|
|
|
#
|
|
# REPOSITORIES
|
|
#
|
|
|
|
[core]
|
|
Server = http://openpogo.com/pacman/core/
|
|
|
|
[extra]
|
|
Server = http://openpogo.com/pacman/extra/
|