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

Kevin Piché kevin at archlinux.org
Wed Jan 28 02:46:05 UTC 2009


    Date: Tuesday, January 27, 2009 @ 21:46:05
  Author: kevin
Revision: 25747

upgpkg: dnsutils 9.6.0.P1-1

Modified:
  dnsutils/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-28 00:34:56 UTC (rev 25746)
+++ PKGBUILD	2009-01-28 02:46:05 UTC (rev 25747)
@@ -2,18 +2,19 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: mario <mario_vazq at hotmail.com>
 pkgname=dnsutils
-pkgver=9.5.0.P2
-_pkgver=9.5.0-P2
+# Use a period and not a hyphen before the patch level for proper versioning.
+pkgver=9.6.0.P1
+_pkgver=9.6.0-P1
 pkgrel=1
 pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
 arch=(i686 x86_64)
-url="http://www.isc.org/index.pl?/sw/bind/"
+url="https://www.isc.org/software/bind"
 license=('custom:ISC')
 depends=('openssl>=0.9.8h')
 replaces=('bind-tools')
-source=(ftp://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
 	bind.so_bsdcompat.diff tools-only.patch)
-md5sums=('16c893f73a394c8cc36d7900cb9bb801' '447d58721cfee0e1e377b46f7d50b327'
+md5sums=('886b7eae55cfdc8cd8d2ca74a2f99c6e' '447d58721cfee0e1e377b46f7d50b327'
          '329f7e15b8c45d3efefdf5b559bb878a')
 
 build() {




More information about the arch-commits mailing list