[arch-commits] Commit in unbound/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Tue Sep 30 04:06:51 UTC 2014


    Date: Tuesday, September 30, 2014 @ 06:06:51
  Author: bisson
Revision: 119855

implement FS#42146:

Modified:
  unbound/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-30 01:57:28 UTC (rev 119854)
+++ PKGBUILD	2014-09-30 04:06:51 UTC (rev 119855)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.4.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 makedepends=('expat')
 optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
 backup=('etc/unbound/unbound.conf')
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"
         'service'
@@ -32,6 +32,7 @@
 		--sbindir=/usr/bin \
 		--disable-rpath \
 		--with-libevent \
+		--with-rootkey-file=/etc/trusted-key.key \
 		--with-conf-file=/etc/unbound/unbound.conf \
 		--with-pidfile=/run/unbound.pid
 	make



More information about the arch-commits mailing list