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

Andrea Scarpino andrea at archlinux.org
Fri Apr 16 11:20:48 UTC 2010


    Date: Friday, April 16, 2010 @ 07:20:47
  Author: andrea
Revision: 77592

upgpkg: whois 5.0.2-1
upstream release

Modified:
  whois/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-16 11:15:27 UTC (rev 77591)
+++ PKGBUILD	2010-04-16 11:20:47 UTC (rev 77592)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=whois
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
@@ -12,11 +12,14 @@
 depends=('libidn')
 makedepends=('perl')
 source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('bf3d9675e754419ed964360397689c83')
+md5sums=('9aa6631e1abf207bf59171b55a7797e0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix=/usr HAVE_LIBIDN=1 || return 1
+}
 
-  make prefix=/usr HAVE_LIBIDN=1 || return 1
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make prefix=/usr BASEDIR="${pkgdir}" install-whois || return 1
 }




More information about the arch-commits mailing list