summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2021-10-25 15:43:56 +0200
committermax.bra2021-10-25 15:43:56 +0200
commit02c820a24b33a5f312187fbdf693db695ac42293 (patch)
treef7da491b4a59bdd60905e5d44d5433072c6ee08c
parent3b253cedee10665d5b51aaa186844abcd78a6c73 (diff)
downloadaur-02c820a24b33a5f312187fbdf693db695ac42293.tar.gz
mod backup files array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13cd18ca22ce..988c0b432839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,10 +25,11 @@ pkgbase = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
backup = etc/pihole/adlists.list
backup = etc/dnsmasq.conf
+ backup = etc/sudoers.d/pihole
source = pi-hole-server-core-5.6.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.6.tar.gz
source = pi-hole-server-admin-5.8.tar.gz::https://github.com/pi-hole/AdminLTE/archive/v5.8.tar.gz
- source = arch-server-core-5.6-122815210.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.6.patch
- source = arch-server-admin-5.8-122815210.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.8.patch
+ source = arch-server-core-5.6-637863015.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-core-5.6.patch
+ source = arch-server-admin-5.8-637863015.patch::https://raw.githubusercontent.com/max72bra/pi-hole-server-archlinux-customization/master/arch-server-admin-5.8.patch
source = dnsmasq.include
source = lighttpd.pi-hole.conf
source = nginx.pi-hole.conf
diff --git a/PKGBUILD b/PKGBUILD
index 5e562f4fd858..6483e04b54c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=(
)
conflicts=('pi-hole-standalone')
install=$pkgname.install
-backup=('etc/dnsmasq.d/01-pihole.conf' 'etc/pihole/adlists.list' 'etc/dnsmasq.conf')
+backup=('etc/dnsmasq.d/01-pihole.conf' 'etc/pihole/adlists.list' 'etc/dnsmasq.conf' 'etc/sudoers.d/pihole')
source=($pkgname-core-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
$pkgname-admin-$_wwwpkgver.tar.gz::https://github.com/$_pkgname/$_wwwpkgname/archive/v$_wwwpkgver.tar.gz