Fix configuration file being replaced on update
This commit is contained in:
parent
3185ad6800
commit
be904f1bd9
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -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
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue