From effb26c3b1f00bf8bea4e2562f07f9a06eb67606 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Nov 2011 23:14:55 +0000 Subject: Mon Nov 7 23:14:55 UTC 2011 --- core/dnsutils/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'core/dnsutils') diff --git a/core/dnsutils/PKGBUILD b/core/dnsutils/PKGBUILD index ad0588a51..e01894138 100644 --- a/core/dnsutils/PKGBUILD +++ b/core/dnsutils/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 137098 2011-09-06 08:10:05Z bisson $ +# $Id: PKGBUILD 142197 2011-11-06 05:47:32Z bisson $ # Maintainer: Gaetan Bisson # Contributor: kevin # Contributor: mario @@ -8,14 +8,14 @@ pkgname=dnsutils # Use a period and not a hyphen before the patch level for proper versioning. pkgver=9.8.1 _pkgver=9.8.1 -pkgrel=1 +pkgrel=2 pkgdesc='DNS utilities: dig host nslookup' url='http://www.isc.org/software/bind/' license=('custom:ISC') arch=('i686' 'x86_64') -depends=('openssl' 'idnkit') options=('!makeflags') +depends=('openssl' 'krb5' 'idnkit') source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz" 'remove-bind.patch') sha1sums=('7e6ed6ebc896b1de33a9f440233066c60539de4c' @@ -52,5 +52,4 @@ package() { cd bin make DESTDIR="${pkgdir}" install - } -- cgit v1.2.3-54-g00ecf