Date: Sunday, April 22, 2012 @ 04:04:52
  Author: bisson
Revision: 156647

depend on dnssec-anchors

see: 
https://mailman.archlinux.org/pipermail/arch-dev-public/2012-February/022548.html

Modified:
  dnsutils/trunk/PKGBUILD
Deleted:
  dnsutils/trunk/trusted-key.key

-----------------+
 PKGBUILD        |   11 ++++-------
 trusted-key.key |    2 --
 2 files changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-04-22 08:03:59 UTC (rev 156646)
+++ PKGBUILD    2012-04-22 08:04:52 UTC (rev 156647)
@@ -8,20 +8,18 @@
 # Use a period and not a hyphen before the patch level for proper versioning.
 pkgver=9.9.0
 _pkgver=9.9.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='DNS utilities: dig host nslookup'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!makeflags')
-depends=('openssl' 'krb5' 'idnkit')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
 source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
-        'remove-bind.patch'
-        'trusted-key.key')
+        'remove-bind.patch')
 sha1sums=('6be77c75c8649088b0ae7124d819b5f412bb0094'
-          'b465ef6160b004838f04de9978fe1be8422af777'
-          'ca93da30c89de4365b846325d6ec4674a3e4fc02')
+          'b465ef6160b004838f04de9978fe1be8422af777')
 
 replaces=('bind-tools' 'host')
 
@@ -49,7 +47,6 @@
 
 package() {
        cd "${srcdir}/bind-${_pkgver}"
-       install -Dm644 ../trusted-key.key "${pkgdir}"/etc/trusted-key.key
        install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
        cd bin; make DESTDIR="${pkgdir}" install
 }

Deleted: trusted-key.key
===================================================================
--- trusted-key.key     2012-04-22 08:03:59 UTC (rev 156646)
+++ trusted-key.key     2012-04-22 08:04:52 UTC (rev 156647)
@@ -1,2 +0,0 @@
-.                      172800  IN      DNSKEY  256 3 8 
AwEAAZ/NErKzyMlImJ+2HTmK9qeH2sLUywlsF+mJbTP5GKoYFHoU2vn2 
Zqr261Lk7a6jfBKYny5GX7BDRJcVvig36TgOinE9QP5KVS0RxdrOl98g 
KLwFMORfNf/wjCwjPdEl1GgaGYl0npJ4c+x+o6aa/xmDKJo9zUlpvb7B LxbJ7HwF
-.                      172800  IN      DNSKEY  257 3 8 
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF 
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX 
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD 
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz 
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS 
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq QxA+Uk1ihz0=

Reply via email to