[arch-commits] Commit in dnsutils/trunk (PKGBUILD)
Kevin Piché
kevin at archlinux.org
Sun Jul 19 16:42:00 UTC 2009
Date: Sunday, July 19, 2009 @ 12:41:59
Author: kevin
Revision: 46687
upgpkg: dnsutils 9.6.1-2
Modified:
dnsutils/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-07-19 16:01:16 UTC (rev 46686)
+++ PKGBUILD 2009-07-19 16:41:59 UTC (rev 46687)
@@ -1,10 +1,10 @@
# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: kevin <kevin at archlinux.org>
# Contributor: mario <mario_vazq at hotmail.com>
pkgname=dnsutils
# Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.6.0.P1
-_pkgver=9.6.0-P1
+pkgver=9.6.1
+_pkgver=9.6.1
pkgrel=2
pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
arch=(i686 x86_64)
@@ -15,7 +15,7 @@
options=('makeflags')
source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
bind.so_bsdcompat.diff tools-only.patch)
-md5sums=('886b7eae55cfdc8cd8d2ca74a2f99c6e' '447d58721cfee0e1e377b46f7d50b327'
+md5sums=('516ac74d8eaaef30ad4c99ada8b715cd' '447d58721cfee0e1e377b46f7d50b327'
'329f7e15b8c45d3efefdf5b559bb878a')
build() {
@@ -23,7 +23,7 @@
patch -Np0 -i "${srcdir}/bind.so_bsdcompat.diff" || return 1
patch -Np1 -i "${srcdir}/tools-only.patch" || return 1
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --with-openssl=yes --disable-linux-caps --without-libxml2 || return 1
+ --with-openssl=yes --disable-linux-caps --without-libxml2 || return 1
make || return 1
cd bin || return 1
make DESTDIR="${pkgdir}" install || return 1
More information about the arch-commits
mailing list