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

Giovanni Scafora giovanni at archlinux.org
Thu Jan 21 00:42:14 UTC 2010


    Date: Wednesday, January 20, 2010 @ 19:42:14
  Author: giovanni
Revision: 64516

upgpkg: whois 5.0.0-1
    upstream release

Modified:
  whois/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-21 00:36:51 UTC (rev 64515)
+++ PKGBUILD	2010-01-21 00:42:14 UTC (rev 64516)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=whois
-pkgver=4.7.36
+pkgver=5.0.0
 pkgrel=1
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
@@ -12,10 +12,11 @@
 depends=('libidn')
 makedepends=('perl')
 source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('27e871eb17f48b786930153039f4edbc')
+md5sums=('18d74a07d711262b75f04a1c319bc833')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   make prefix=/usr HAVE_LIBIDN=1 || return 1
   make prefix=/usr BASEDIR=${pkgdir} install-whois
 }




More information about the arch-commits mailing list