summaryrefslogtreecommitdiff
path: root/community/unbound
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-02 02:12:10 -0700
committerroot <root@rshg054.dnsready.net>2013-09-02 02:12:10 -0700
commit53939c2b159d972c48fc2f3652408632c71be77b (patch)
tree90dca84534ff78fd300c057a32354115e2818714 /community/unbound
parentbf1faf85b813a0171c73fa31db1c5a5110d32420 (diff)
Mon Sep 2 02:09:45 PDT 2013
Diffstat (limited to 'community/unbound')
-rw-r--r--community/unbound/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD
index ca9efec0f..1b80c4511 100644
--- a/community/unbound/PKGBUILD
+++ b/community/unbound/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 91247 2013-05-20 14:50:41Z bisson $
+# $Id: PKGBUILD 96581 2013-09-01 20:52:28Z 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.20
-pkgrel=2
+pkgrel=3
pkgdesc='Validating, recursive, and caching DNS resolver'
url='http://unbound.net/'
license=('custom:BSD')
arch=('i686' 'x86_64')
-depends=('openssl' 'ldns')
makedepends=('expat')
optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent')
backup=('etc/unbound/unbound.conf')
source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"
'service'
@@ -33,6 +33,7 @@ build() {
--sbindir=/usr/bin \
--disable-static \
--disable-rpath \
+ --with-libevent \
--with-conf-file=/etc/unbound/unbound.conf \
--with-pidfile=/run/unbound.pid
make