diff options
Diffstat (limited to 'community/unbound')
-rw-r--r-- | community/unbound/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 38dde02e3..2631f77cc 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' 'mips64el') -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 |