summaryrefslogtreecommitdiff
path: root/community/bind/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bind/PKGBUILD')
-rw-r--r--community/bind/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD
index 55857058c..1d4b89dc4 100644
--- a/community/bind/PKGBUILD
+++ b/community/bind/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 90480 2013-05-12 21:56:44Z seblu $
+# $Id: PKGBUILD 91985 2013-05-30 17:41:01Z seblu $
# Maintainer: Sébastien Luttringer
# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
# Contributor: Mario Vazquez <mario_vazq@hotmail.com>
pkgname=bind
-_pkgver=9.9.2-P2
+_pkgver=9.9.3
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
pkgdesc='The ISC BIND nameserver'
url='http://www.isc.org/software/bind/'
license=('custom:ISC')
@@ -25,20 +25,19 @@ source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"
'named.service'
'named.logrotate'
'localhost.zone'
- '127.0.0.zone'
- '01-remove-tools.patch')
-sha1sums=('3aadeaf64164a31a1cf22737ff2eea706792b68d'
+ '127.0.0.zone')
+sha1sums=('0d770a68ccdb98db7930951cf380d5c7ed9b5b67'
'029f89c49550c40ec7a95116b6a33f0e5a041094'
'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726'
'cb2e81b4cbf9efafb3e81e3752f0154e779cc7ec'
'3fe1f0b5c1a51dc1db9ebe5e173d18c52c97169b'
'76a0d4cd1b913db177a5a375bebc47e5956866ec'
- '53be0f1437ebe595240d8dbdd819939582b97fb9'
- '14264affa71bcfe7703d0fb7c3556c4c47efaa8b')
+ '53be0f1437ebe595240d8dbdd819939582b97fb9')
prepare() {
- patch -p1 -d bind-$_pkgver < 01-remove-tools.patch
+ # remove dig to avoid conflict with dnsutils
+ sed -i 's/dig//' $pkgname-$_pkgver/bin/Makefile.in
}
build() {