summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f256f796d654..8b9e1db5650c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = unbound-block-hosts
url = https://github.com/gbxyz/unbound-block-hosts
arch = any
license = GPL
+ license = PerlArtistic
depends = perl-lwp-protocol-https
source = git+https://github.com/gbxyz/unbound-block-hosts#commit=87966ee571cdeb78b89d16aac48d8fa2935ad6b2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9c99fbf57d1b..722491335ca4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Script to convert an ad-blocking hosts file (Dan Pollock's, by default) into Unbound local-data"
arch=(any)
url=https://github.com/gbxyz/unbound-block-hosts
-license=(GPL)
+license=(GPL PerlArtistic)
depends=(perl-lwp-protocol-https)
source=(git+$url#commit=$_commit)
sha512sums=('SKIP')