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

Pierre Schmitz pierre at archlinux.org
Mon Nov 22 23:40:55 UTC 2010


    Date: Monday, November 22, 2010 @ 18:40:54
  Author: pierre
Revision: 100356

upgpkg: whois 5.0.8-1
upstream update; fixing sources

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-22 23:36:26 UTC (rev 100355)
+++ PKGBUILD	2010-11-22 23:40:54 UTC (rev 100356)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=whois
-pkgver=5.0.7
+pkgver=5.0.8
 pkgrel=1
 pkgdesc="The whois client by Marco d'Itri"
 arch=('i686' 'x86_64')
@@ -11,15 +11,15 @@
 license=('GPL')
 depends=('libidn')
 makedepends=('perl')
-source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('bab31f39eb4328b489027091b964c174')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz")
+md5sums=('0ccb592268bda2c40ea0a9e3fa1d8ff6')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix=/usr HAVE_LIBIDN=1 || return 1
+  make prefix=/usr HAVE_LIBIDN=1
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make prefix=/usr BASEDIR="${pkgdir}" install-whois || return 1
+  make prefix=/usr BASEDIR="${pkgdir}" install-whois
 }




More information about the arch-commits mailing list