community/unbound to 1.6.7-2

This commit is contained in:
Kevin Mihelich 2017-11-01 00:06:59 +00:00
parent c30ba39ba0
commit c553fdeb51

View file

@ -8,14 +8,14 @@
pkgname=unbound
pkgver=1.6.7
pkgrel=1
pkgrel=2
pkgdesc='Validating, recursive, and caching DNS resolver'
url='https://unbound.net/'
license=('custom:BSD')
arch=('i686' 'x86_64')
makedepends=('expat')
optdepends=('expat: unbound-anchor')
depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
depends=('openssl' 'ldns' 'libevent' 'fstrm' 'protobuf-c' 'dnssec-anchors')
backup=('etc/unbound/unbound.conf')
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
@ -42,6 +42,7 @@ build() {
--localstatedir=/var \
--sbindir=/usr/bin \
--disable-rpath \
--enable-dnstap \
--enable-pie \
--enable-relro-now \
--with-conf-file=/etc/unbound/unbound.conf \