summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2020-11-23 22:33:02 -0800
committerpyamsoft2020-11-23 22:33:02 -0800
commit62a4f5433decbb03137243b3b5beb859ffab9de9 (patch)
tree49b15c1b921151c4b30d5283f07da12c0f190e29
parentc276bad868b9a5e1cb58833bcb830967d9688349 (diff)
downloadaur-62a4f5433decbb03137243b3b5beb859ffab9de9.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c84d217beba5..ebfd476d0c70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = update-hosts-git
pkgdesc = Generate a hosts file based on multiple sources (git)
- pkgver = r364.16dbd0f
+ pkgver = r373.abbb917
pkgrel = 1
url = https://github.com/pyamsoft/update-hosts.git
arch = any
@@ -10,6 +10,7 @@ pkgbase = update-hosts-git
optdepends = wget: Optional download client
optdepends = iprange: Helper to optimize ipset configuration
optdepends = ipset: Parse ip address sets as an extra blocklist
+ optdepends = dnsmasq: Parse hosts as an extra dnsmasq blocklist
provides = update-hosts
conflicts = update-hosts
source = update-hosts::git+https://github.com/pyamsoft/update-hosts.git#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index 91e1674c3f14..1188e459ff19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=update-hosts-git
# shellcheck disable=SC2034
pkgdesc="Generate a hosts file based on multiple sources (git)"
# shellcheck disable=SC2034
-pkgver=r364.16dbd0f
+pkgver=r391.c8b89a5
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -23,6 +23,7 @@ optdepends=(
'wget: Optional download client'
'iprange: Helper to optimize ipset configuration'
'ipset: Parse ip address sets as an extra blocklist'
+ 'dnsmasq: Parse hosts as an extra dnsmasq blocklist'
)
# shellcheck disable=SC2034
provides=('update-hosts')