summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2017-12-30 14:34:16 -0800
committerpyamsoft2017-12-30 14:34:16 -0800
commitb54404bc2e43665b7a8db1a0a30f154bdd3afb22 (patch)
tree9d67a23def0d2dd872782fb52f535f948bf66b82
parent3c3e1d041a1cf93115a08009ae25efe1d35138b1 (diff)
downloadaur-b54404bc2e43665b7a8db1a0a30f154bdd3afb22.tar.gz
Update license and deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86daf7b3b1fa..b3fbd123f56f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = update-hosts-git
pkgdesc = Generate a hosts file based on multiple sources (git)
- pkgver = r296.728311a
+ pkgver = r303.61ee856
pkgrel = 1
url = https://github.com/pyamsoft/update-hosts.git
arch = any
- license = MIT
+ license = GPLv2
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 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"
##