summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpyamsoft2016-11-09 13:26:19 -0800
committerpyamsoft2016-11-09 13:26:19 -0800
commite206ccda7e4090f481af126a95e99b98f419d340 (patch)
treeff0746715e2442e325f9e3a083416fd9ab7a5156 /PKGBUILD
parent57e1cc89048c4dd0f7c7372f617d6ddc382619a2 (diff)
downloadaur-e206ccda7e4090f481af126a95e99b98f419d340.tar.gz
Update to latest update-hosts
Include additional optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1359590ec3a2..266832233ebc 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=r182.b9031e4
+pkgver=r206.17461ce
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -18,7 +18,13 @@ makedepends=('git')
# shellcheck disable=SC2034
depends=()
# shellcheck disable=SC2034
-optdepends=('curl: Default download client' 'wget: Optional download client')
+optdepends=(
+ 'curl: Default download client'
+ 'wget: Optional download client'
+ 'iprange: Helper to optimize ipset configuration'
+ 'ipset: Parse ip address sets as an extra blocklist'
+ 'sudo: Helper to run as a normal user'
+)
# shellcheck disable=SC2034
provides=('update-hosts')
# shellcheck disable=SC2034