summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2020-11-30 13:33:10 +0100
committermax.bra2020-11-30 13:33:10 +0100
commit064c9ab6f420c0ed94fc4acb457b474e8a54e50f (patch)
treed212d72c5d26836f4b7f48f0840d01da09d5e7c4
parentd9e0ae06d3b665c6cdf2cf0b453e44455732350a (diff)
downloadaur-064c9ab6f420c0ed94fc4acb457b474e8a54e50f.tar.gz
new gravity db migration script
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f148f0b21565..e0ca63bf70bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pi-hole-standalone
pkgdesc = The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.
pkgver = 5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
@@ -11,10 +11,11 @@ pkgbase = pi-hole-standalone
depends = iproute2
depends = bind-tools
depends = sudo
+ depends = lsof
conflicts = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
source = pi-hole-standalone-core-5.2.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.2.tar.gz
- source = arch-server-core-5.2-081472829.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.2.patch
+ source = arch-server-core-5.2-296109414.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.2.patch
source = dnsmasq.include
source = pi-hole-gravity.service
source = pi-hole-gravity.timer
@@ -22,7 +23,7 @@ pkgbase = pi-hole-standalone
source = mimic_basic-install.sh
source = piholeDebug.sh
md5sums = 0c83daab89ba781840d903eefc559bb4
- md5sums = ebdb971b5c7ba0f9ecade64e9c2c5f8a
+ md5sums = 40854c5d0897d0fd85fd25a610136e33
md5sums = 16cb5e4da1341fd971d6094ce2d44029
md5sums = 047f13d4ac97877f724f87b002aaee63
md5sums = d42a864f88299998f8233c0bc0dd093d
diff --git a/PKGBUILD b/PKGBUILD
index e93e8b5718e1..061741dc8e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
pkgver=5.2
-pkgrel=1
+pkgrel=2
_now=`date +%N`
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
license=('EUPL-1.1')
url="https://github.com/pi-hole/pi-hole"
-depends=('pi-hole-ftl' 'net-tools' 'iproute2' 'bind-tools' 'sudo')
+depends=('pi-hole-ftl' 'net-tools' 'iproute2' 'bind-tools' 'sudo' 'lsof')
conflicts=('pi-hole-server')
install=$pkgname.install
backup=('etc/dnsmasq.d/01-pihole.conf')
@@ -24,7 +24,7 @@ source=($pkgname-core-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/arc
piholeDebug.sh)
md5sums=('0c83daab89ba781840d903eefc559bb4'
- 'ebdb971b5c7ba0f9ecade64e9c2c5f8a'
+ '40854c5d0897d0fd85fd25a610136e33'
'16cb5e4da1341fd971d6094ce2d44029'
'047f13d4ac97877f724f87b002aaee63'
'd42a864f88299998f8233c0bc0dd093d'