summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2022-02-06 21:58:57 +0100
committermax.bra2022-02-06 21:58:57 +0100
commit886ed4e58d804074077bb6c5e3485fa72b272c2d (patch)
treead724b6fbe26e53815e3b45e770067a0c64ec5d4
parent58967c988f2bfaafcf043daf0855dcbc0080d9f2 (diff)
downloadaur-886ed4e58d804074077bb6c5e3485fa72b272c2d.tar.gz
license update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e191bb46d6b..f5c1810f9ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = pi-hole-standalone
url = https://github.com/pi-hole/pi-hole
install = pi-hole-standalone.install
arch = any
- license = EUPL-1.1
+ license = EUPL-1.2
depends = pi-hole-ftl
depends = gnu-netcat
depends = inetutils
@@ -16,7 +16,7 @@ pkgbase = pi-hole-standalone
conflicts = pi-hole-server
backup = etc/dnsmasq.d/01-pihole.conf
source = pi-hole-standalone-core-5.8.1.tar.gz::https://github.com/pi-hole/pi-hole/archive/v5.8.1.tar.gz
- source = arch-server-core-5.8.1-432026839.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.8.1.patch
+ source = arch-server-core-5.8.1-324632513.patch::https://raw.githubusercontent.com/max72bra/pi-hole-standalone-archlinux-customization/master/arch-server-core-5.8.1.patch
source = dnsmasq.include
source = pi-hole.tmpfile
source = pi-hole-gravity.service
diff --git a/PKGBUILD b/PKGBUILD
index ec318106fb65..c8f6d7d4c31e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
_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')
+license=('EUPL-1.2')
url="https://github.com/pi-hole/pi-hole"
depends=('pi-hole-ftl' 'gnu-netcat' 'inetutils' 'iproute2' 'bind-tools' 'sudo' 'lsof')
conflicts=('pi-hole-server')