diff options
Diffstat (limited to 'core/dnsutils/PKGBUILD')
-rw-r--r-- | core/dnsutils/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/dnsutils/PKGBUILD b/core/dnsutils/PKGBUILD index 793ca8850..e17d3d963 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 <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> # Contributor: mario <mario_vazq@hotmail.com> @@ -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' 'mips64el') -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 - } |