Fix configuration file being replaced on update

This commit is contained in:
Fijxu 2023-04-14 12:35:31 -04:00
parent 3185ad6800
commit be904f1bd9
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ pkgbase = dnsproxy-git
provides = dnsproxy
conflicts = dnsproxy-bin
conflicts = dnsproxy-adguard
backup = etc/dnsproxy/dnsproxy.yaml
source = dnsproxy-git::git+https://github.com/AdguardTeam/dnsproxy.git
source = dnsproxy.yaml
source = dnsproxy.service

View file

@ -9,6 +9,7 @@ license=('Apache')
makedepends=('git' 'go')
provides=('dnsproxy')
conflicts=(dnsproxy-bin dnsproxy-adguard)
backup=(etc/dnsproxy/dnsproxy.yaml)
source=("dnsproxy-git::git+https://github.com/AdguardTeam/dnsproxy.git"
"dnsproxy.yaml"
"dnsproxy.service")