[arch-commits] Commit in whois/trunk (PKGBUILD)
Giovanni Scafora
giovanni at nymeria.archlinux.org
Tue Jun 4 21:39:53 UTC 2013
Date: Tuesday, June 4, 2013 @ 23:39:52
Author: giovanni
Revision: 187178
upgpkg: whois 5.0.25-2
Added iconv support for .de domains
Modified:
whois/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-06-04 21:08:28 UTC (rev 187177)
+++ PKGBUILD 2013-06-04 21:39:52 UTC (rev 187178)
@@ -4,7 +4,7 @@
pkgname=whois
pkgver=5.0.25
-pkgrel=1
+pkgrel=2
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
url="http://www.linux.it/~md/software/"
@@ -17,7 +17,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1
+ make prefix=/usr CFLAGS="$CFLAGS" HAVE_LIBIDN=1 HAVE_ICONV=1
}
package() {
More information about the arch-commits
mailing list