summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2016-11-09 13:26:19 -0800
committerpyamsoft2016-11-09 13:26:19 -0800
commite206ccda7e4090f481af126a95e99b98f419d340 (patch)
treeff0746715e2442e325f9e3a083416fd9ab7a5156
parent57e1cc89048c4dd0f7c7372f617d6ddc382619a2 (diff)
downloadaur-e206ccda7e4090f481af126a95e99b98f419d340.tar.gz
Update to latest update-hosts
Include additional optdeps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da0ccfe7b127..96186928ff29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = update-hosts-git
pkgdesc = Generate a hosts file based on multiple sources (git)
- pkgver = r182.b9031e4
+ pkgver = r206.17461ce
pkgrel = 1
url = https://github.com/pyamsoft/update-hosts.git
arch = any
@@ -8,6 +8,9 @@ pkgbase = update-hosts-git
makedepends = git
optdepends = curl: Default download client
optdepends = wget: Optional download client
+ optdepends = iprange: Helper to optimize ipset configuration
+ optdepends = ipset: Parse ip address sets as an extra blocklist
+ optdepends = sudo: Helper to run as a normal user
provides = update-hosts
conflicts = update-hosts
source = update-hosts::git+https://github.com/pyamsoft/update-hosts.git#branch=master
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