diff options
author | June McEnroe <programble@gmail.com> | 2013-04-24 13:57:02 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-04-24 13:57:02 -0400 |
commit | 04128f9f9dc1c39ec7798139115ddf9d45d38be9 (patch) | |
tree | 3f2539468c042e862d9b50b41ff236885e9dbdd0 /etc/pacman.conf | |
parent | Fix terminal colors (diff) | |
download | src-04128f9f9dc1c39ec7798139115ddf9d45d38be9.tar.gz src-04128f9f9dc1c39ec7798139115ddf9d45d38be9.zip |
Update system configurations
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 7837cfec..284f839e 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -15,11 +15,10 @@ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc -# If upgrades are available for these packages they will be asked for first -SyncFirst = pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled +#UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup @@ -31,7 +30,7 @@ Architecture = auto # Misc options #UseSyslog -#UseDelta +Color TotalDownload CheckSpace VerbosePkgLists @@ -39,7 +38,9 @@ ILoveCandy # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -#SigLevel = Optional TrustedOnly +SigLevel = Required DatabaseOptional +LocalFileSigLevel = Optional +#RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux @@ -69,34 +70,27 @@ ILoveCandy # after the header, and they will be used before the default mirrors. #[testing] -#SigLevel = PackageRequired #Include = /etc/pacman.d/mirrorlist [core] -SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist [extra] -SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist #[community-testing] -#SigLevel = PackageRequired #Include = /etc/pacman.d/mirrorlist [community] -SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, # enable the multilib repositories as required here. #[multilib-testing] -#SigLevel = PackageRequired #Include = /etc/pacman.d/mirrorlist [multilib] -SigLevel = PackageRequired Include = /etc/pacman.d/mirrorlist # An example of a custom package repository. See the pacman manpage for @@ -104,4 +98,3 @@ Include = /etc/pacman.d/mirrorlist #[custom] #SigLevel = Optional TrustAll #Server = file:///home/custompkgs - |