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

Gaetan Bisson bisson at nymeria.archlinux.org
Sun Sep 1 20:51:36 UTC 2013


    Date: Sunday, September 1, 2013 @ 22:51:36
  Author: bisson
Revision: 96580

implement FS#36764

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-01 20:36:18 UTC (rev 96579)
+++ PKGBUILD	2013-09-01 20:51:36 UTC (rev 96580)
@@ -5,14 +5,14 @@
 
 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 @@
 		--sbindir=/usr/bin \
 		--disable-static \
 		--disable-rpath \
+		--with-libevent \
 		--with-conf-file=/etc/unbound/unbound.conf \
 		--with-pidfile=/run/unbound.pid
 	make




More information about the arch-commits mailing list