12 lines
589 B
Plaintext
12 lines
589 B
Plaintext
# SPDX-License-Identifier: MIT
|
|
[options]
|
|
# This 'CacheDir' is the second one in our 'pacman.conf' file once we 'Include =' this file into it. The default dir at
|
|
# '/var/cache/pacman/pkg/' is not writable for unprivileged users. Pacman checks for the first writable cache when
|
|
# deciding where to store newly built packages. Thus all official packages keep ending up in '/var/cache/pacman/pkg/'
|
|
# while all AUR packages automatically end up at '/var/cache/aur/pkg/'.
|
|
CacheDir = /var/cache/aur/pkg/
|
|
|
|
[local-aur]
|
|
SigLevel = PackageOptional DatabaseOptional
|
|
Server = file:///var/cache/aur/pkg
|