[arch-commits] Commit in whois/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 10 20:40:01 UTC 2010
Date: Wednesday, February 10, 2010 @ 15:40:01
Author: giovanni
Revision: 68128
upgpkg: whois 5.0.1-1
upstream release
Modified:
whois/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-10 20:39:25 UTC (rev 68127)
+++ PKGBUILD 2010-02-10 20:40:01 UTC (rev 68128)
@@ -3,7 +3,7 @@
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=whois
-pkgver=5.0.0
+pkgver=5.0.1
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
depends=('libidn')
makedepends=('perl')
source=(http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.gz)
-md5sums=('18d74a07d711262b75f04a1c319bc833')
+md5sums=('bf3d9675e754419ed964360397689c83')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
make prefix=/usr HAVE_LIBIDN=1 || return 1
- make prefix=/usr BASEDIR=${pkgdir} install-whois
+ make prefix=/usr BASEDIR="${pkgdir}" install-whois || return 1
}
More information about the arch-commits
mailing list