Skip to content

Commit 9f809df

Browse files
committed
Arch: Add/fix 'checkupdates' utility from 'pacman-contrib'.
1 parent c112ea6 commit 9f809df

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

mkosi.conf.d/arch/mkosi.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Packages=
1212
cryptsetup
1313
dbus-broker-units
1414
expac
15+
fakeroot
1516
git
1617
iproute2
1718
iputils
@@ -21,6 +22,7 @@ Packages=
2122
man-pages
2223
openssh
2324
pacman
25+
pacman-contrib
2426
pcsclite
2527
perf
2628
polkit

mkosi.conf.d/arch/mkosi.extra/etc/pacman.conf

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,17 @@
22

33
[options]
44
DBPath = /usr/lib/pacman
5+
Architecture = auto
6+
Color
7+
HoldPkg = pacman glibc
8+
CheckSpace
9+
ParallelDownloads = 5
10+
DownloadUser = alpm
11+
SigLevel = Required DatabaseOptional
12+
LocalFileSigLevel = Optional
13+
14+
[core]
15+
Server = https://fastly.mirror.pkgbuild.com/$repo/os/$arch
16+
17+
[extra]
18+
Server = https://fastly.mirror.pkgbuild.com/$repo/os/$arch

0 commit comments

Comments
 (0)