summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2017-07-18 15:07:59 +0200
committermax.bra2017-07-18 15:07:59 +0200
commite3cf8dc6260aea8c9f9f1b9adbe6dbc96a1f3541 (patch)
tree50a552b3dff923c4b0bfc6021fe5a516dcb3c698
parentabd28cfcaea7643c8ba8ad6396df561847266424 (diff)
downloadaur-e3cf8dc6260aea8c9f9f1b9adbe6dbc96a1f3541.tar.gz
core ver. 3.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43faff39cb22..65a8a60f1e52 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 = 3.1
- pkgrel = 2
+ pkgver = 3.1.4
+ pkgrel = 1
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
@@ -13,13 +13,13 @@ pkgbase = pi-hole-standalone
backup = etc/pihole/whitelist.txt
backup = etc/pihole/blacklist.txt
backup = etc/dnsmasq.d/01-pihole.conf
- source = https://github.com/pi-hole/pi-hole/archive/v3.1.tar.gz
+ source = https://github.com/pi-hole/pi-hole/archive/v3.1.4.tar.gz
source = dnsmasq.main
source = dnsmasq.include
source = pi-hole-gravity.service
source = pi-hole-gravity.timer
source = mimic_setupVars.conf.sh
- md5sums = e24ce6a12ee97cd7de2c5ab13af99511
+ md5sums = e231722332116b7ffab316d5c66a828e
md5sums = b955136ef15be29a468e8d9f85f24b8c
md5sums = 0bab89977a2d4357ec8befb4ff85ee3d
md5sums = 047f13d4ac97877f724f87b002aaee63
diff --git a/PKGBUILD b/PKGBUILD
index 7735d34ea37b..b8e1edb2cf97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=pi-hole-standalone
_pkgname=pi-hole
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.4
+pkgrel=1
pkgdesc='The Pi-hole is an advertising-aware DNS/Web server. Arch alteration for standalone PC.'
arch=('any')
license=('EUPL-1.1')
@@ -21,7 +21,7 @@ source=(https://github.com/$_pkgname/$_pkgname/archive/v$pkgver.tar.gz
$_pkgname-gravity.timer
mimic_setupVars.conf.sh)
-md5sums=('e24ce6a12ee97cd7de2c5ab13af99511'
+md5sums=('e231722332116b7ffab316d5c66a828e'
'b955136ef15be29a468e8d9f85f24b8c'
'0bab89977a2d4357ec8befb4ff85ee3d'
'047f13d4ac97877f724f87b002aaee63'
@@ -184,5 +184,7 @@ package() {
install -Dm644 /dev/null "$pkgdir"/etc/pihole/blacklist.txt
install -Dm644 dnsmasq.main "$pkgdir"/usr/share/pihole/configs/dnsmasq.example.conf
install -Dm644 dnsmasq.include "$pkgdir"/etc/dnsmasq.d/01-pihole.conf
+ install -dm755 "$pkgdir"/usr/share/licenses/pihole
+ install -Dm644 ${pkgname%-*}-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/pihole/Pi-hole
}