diff options
author | root <root@rshg054.dnsready.net> | 2013-03-15 00:04:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-15 00:04:20 -0700 |
commit | eebfa6ebe1522831767019e496b0c094b2e15a5c (patch) | |
tree | 935fa3d9bddae6c8181a7025516e24875e35f9d2 /community/unbound | |
parent | 3ff20dedff636571ad0faa4736af5b23e4623ffe (diff) |
Fri Mar 15 00:04:19 PDT 2013
Diffstat (limited to 'community/unbound')
-rw-r--r-- | community/unbound/PKGBUILD | 6 | ||||
-rw-r--r-- | community/unbound/unbound.service | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 9b057d569..3df7c514f 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81233 2012-12-13 22:22:41Z bisson $ +# $Id: PKGBUILD 86306 2013-03-14 22:48:33Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net> # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service> pkgname=unbound pkgver=1.4.19 -pkgrel=1 +pkgrel=2 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' license=('custom:BSD') @@ -20,7 +20,7 @@ source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'unbound.conf' 'rc.d') sha1sums=('ccf0d465fc0045d59ceca11ecde688edebd28ec1' - '5bc313cd978e4d6efe8c13600e838c70629be477' + 'a2493cb105ff6aa23d756514badb13b02d37f319' '5d473ec2943fd85367cdb653fcd58e186f07383f' 'dc96e772f467b32555df21d16fdb15e98194c228') diff --git a/community/unbound/unbound.service b/community/unbound/unbound.service index 8b3c9576b..8e59e5a6a 100644 --- a/community/unbound/unbound.service +++ b/community/unbound/unbound.service @@ -1,5 +1,6 @@ [Unit] Description=Unbound DNS Resolver +After=network.target [Service] PIDFile=/run/unbound.pid |