Revisão | 4712772084c1f302da5a6fdbbcff35dfb47768d2 (tree) |
---|---|
Hora | 2020-04-09 03:23:53 |
Autor | ![]() |
Commiter | creio |
2020.04.08 Update pacman.conf
@@ -1 +1 @@ | ||
1 | -1586342055 | |
\ No newline at end of file | ||
1 | +1586370192 | |
\ No newline at end of file |
@@ -1,40 +1,11 @@ | ||
1 | 1 | [options] |
2 | -#RootDir = / | |
3 | -#DBPath = /var/lib/pacman/ | |
4 | -#CacheDir = /var/cache/pacman/pkg/ | |
5 | -#LogFile = /var/log/pacman.log | |
6 | -#GPGDir = /etc/pacman.d/gnupg/ | |
7 | -#HookDir = /etc/pacman.d/hooks/ | |
8 | -HoldPkg = pacman glibc | |
9 | -#XferCommand = /usr/bin/curl -C - -f %u > %o | |
10 | -#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u | |
11 | -#CleanMethod = KeepInstalled | |
12 | -#UseDelta = 0.7 | |
2 | +HoldPkg = pacman glibc | |
13 | 3 | Architecture = auto |
14 | - | |
15 | -# IgnorePkg = arch-install-scripts kdenlive | |
16 | -# IgnorePkg = arch-install-scripts | |
17 | -#IgnoreGroup = | |
18 | - | |
19 | -#NoUpgrade = | |
20 | -#NoExtract = | |
21 | - | |
22 | -# Misc options | |
23 | -#UseSyslog | |
24 | 4 | Color |
25 | 5 | ILoveCandy |
26 | -#TotalDownload | |
27 | -CheckSpace | |
28 | -#VerbosePkgLists | |
29 | 6 | |
30 | -# By default, pacman accepts packages signed by keys that its local keyring | |
31 | -# trusts (see pacman-key and its man page), as well as unsigned packages. | |
32 | -SigLevel = Required DatabaseOptional | |
7 | +SigLevel = Required DatabaseOptional | |
33 | 8 | LocalFileSigLevel = Optional |
34 | -#RemoteFileSigLevel = Required | |
35 | - | |
36 | -#[testing] | |
37 | -#Include = /etc/pacman.d/mirrorlist | |
38 | 9 | |
39 | 10 | [core] |
40 | 11 | Include = /etc/pacman.d/mirrorlist |
@@ -42,21 +13,17 @@ Include = /etc/pacman.d/mirrorlist | ||
42 | 13 | [extra] |
43 | 14 | Include = /etc/pacman.d/mirrorlist |
44 | 15 | |
45 | -#[community-testing] | |
46 | -#Include = /etc/pacman.d/mirrorlist | |
47 | - | |
48 | 16 | [community] |
49 | 17 | Include = /etc/pacman.d/mirrorlist |
50 | 18 | |
51 | -#[multilib-testing] | |
52 | -#Include = /etc/pacman.d/mirrorlist | |
53 | - | |
54 | 19 | [multilib] |
20 | +SigLevel = PackageRequired | |
55 | 21 | Include = /etc/pacman.d/mirrorlist |
56 | 22 | |
57 | 23 | [ctlos_repo] |
58 | 24 | SigLevel = Optional TrustAll |
59 | -Server = https://raw.githubusercontent.com/ctlos/ctlos_repo/master/$arch | |
25 | +Server = https://github.com/ctlos/$repo/raw/master/$arch | |
26 | +# Server = https://raw.githubusercontent.com/ctlos/$repo/master/$arch | |
60 | 27 | |
61 | 28 | #[ctlos_repo] |
62 | 29 | # SigLevel = Required DatabaseOptional |