Skip to content

Commit 4167dc1

Browse files
author
Vitalii Drevenchuk
committed
pacman updates
1 parent ca76d68 commit 4167dc1

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

etc/pacman.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CacheDir = /data/linux/pacman
1818
#HoldPkg = pacman glibc
1919
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
2020
#XferCommand = /usr/bin/wget --show-progress -q --passive-ftp -c -O %o %u
21-
XferCommand = /usr/bin/aria2c --no-conf --conf-path=/etc/pacman.d/aria.conf --dir=/ --out %o %u
21+
XferCommand = /usr/bin/aria2c --conf-path=/etc/pacman.d/aria.conf --dir=/ --out %o %u
2222
#CleanMethod = KeepInstalled
2323
Architecture = auto
2424

@@ -73,18 +73,18 @@ LocalFileSigLevel = Optional
7373
#Include = /etc/pacman.d/mirrorlist
7474

7575
[core]
76-
SigLevel = PackageRequired
76+
SigLevel = PackageRequired DatabaseNever
7777
Include = /etc/pacman.d/mirrorlist
7878

7979
[extra]
80-
SigLevel = PackageRequired
80+
SigLevel = PackageRequired DatabaseNever
8181
Include = /etc/pacman.d/mirrorlist
8282

8383
#[community-testing]
8484
#Include = /etc/pacman.d/mirrorlist
8585

8686
[community]
87-
SigLevel = PackageRequired
87+
SigLevel = PackageRequired DatabaseNever
8888
Include = /etc/pacman.d/mirrorlist
8989

9090
# If you want to run 32 bit applications on your x86_64 system,
@@ -94,7 +94,7 @@ Include = /etc/pacman.d/mirrorlist
9494
#Include = /etc/pacman.d/mirrorlist
9595

9696
[multilib]
97-
SigLevel = PackageRequired
97+
SigLevel = PackageRequired DatabaseNever
9898
Include = /etc/pacman.d/mirrorlist
9999

100100
# An example of a custom package repository. See the pacman manpage for

etc/pacman.d/aria.conf

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
allow-overwrite=true
2+
console-log-level=error
23
continue=true
3-
quiet=true
4+
download-result=hide
45
enable-http-pipelining=true
56
file-allocation=none
7+
human-readable=true
8+
log=
69
log-level=error
710
max-concurrent-downloads=10
811
max-connection-per-server=10
912
max-file-not-found=5
1013
min-split-size=5M
11-
on-download-complete=exit
14+
quiet=false
1215
remote-time=true
13-
summary-interval=60
16+
show-console-readout=true
17+
summary-interval=0
1418
timeout=5

0 commit comments

Comments
 (0)