summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpyamsoft2017-12-30 14:34:16 -0800
committerpyamsoft2017-12-30 14:34:16 -0800
commitb54404bc2e43665b7a8db1a0a30f154bdd3afb22 (patch)
tree9d67a23def0d2dd872782fb52f535f948bf66b82 /PKGBUILD
parent3c3e1d041a1cf93115a08009ae25efe1d35138b1 (diff)
downloadaur-b54404bc2e43665b7a8db1a0a30f154bdd3afb22.tar.gz
Update license and deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c98c3ae0bc10..0f66430eb7ac 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=r296.728311a
+pkgver=r303.61ee856
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -23,14 +23,13 @@ optdepends=(
'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
conflicts=('update-hosts')
# shellcheck disable=SC2034
-license=('MIT')
+license=('GPLv2')
url="https://github.com/pyamsoft/update-hosts.git"
##