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

Gaetan Bisson bisson at archlinux.org
Fri Nov 4 07:02:54 UTC 2011


    Date: Friday, November 4, 2011 @ 03:02:54
  Author: bisson
Revision: 142024

fix FS#26733

Modified:
  dnsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-04 06:51:06 UTC (rev 142023)
+++ PKGBUILD	2011-11-04 07:02:54 UTC (rev 142024)
@@ -8,14 +8,14 @@
 # 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 @@
 
 	cd bin
 	make DESTDIR="${pkgdir}" install
-
 }




More information about the arch-commits mailing list