[arch-commits] Commit in whois/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 10 20:41:54 UTC 2010
Date: Wednesday, February 10, 2010 @ 15:41:54
Author: giovanni
Revision: 68131
Merged revisions 68128 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/whois/trunk
........
r68128 | giovanni | 2010-02-10 21:40:01 +0100 (mer, 10 feb 2010) | 2 lines
upgpkg: whois 5.0.1-1
upstream release
........
Modified:
whois/repos/extra-x86_64/ (properties)
whois/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Property changes on: whois/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /whois/trunk:1-64517
+ /whois/trunk:1-68130
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2010-02-10 20:40:52 UTC (rev 68130)
+++ extra-x86_64/PKGBUILD 2010-02-10 20:41:54 UTC (rev 68131)
@@ -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