[arch-commits] Commit in whois/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Sun Dec 17 07:13:09 UTC 2017
Date: Sunday, December 17, 2017 @ 07:13:08
Author: bisson
Revision: 312984
upstream update
Modified:
whois/trunk/PKGBUILD
----------+
PKGBUILD | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-16 22:36:42 UTC (rev 312983)
+++ PKGBUILD 2017-12-17 07:13:08 UTC (rev 312984)
@@ -1,33 +1,34 @@
# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=whois
-pkgver=5.2.18
+pkgver=5.2.19
pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
arch=('x86_64')
-url="http://www.linux.it/~md/software/"
-license=('GPL')
depends=('libidn')
makedepends=('perl')
-backup=('etc/whois.conf')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('c35d0d26aff37107c244a8ad54fd42e497ec0b90f76309e9beb7078b827c97d5')
+sha256sums=('6c39a274fd73b87c0ce1e34dfbd1842a0b2ca7a00c97d4202d639ec010e1262c')
+backup=('etc/whois.conf')
+
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
- make prefix=/usr \
- CFLAGS="$CFLAGS $CPPFLAGS" \
- CONFIG_FILE=/etc/whois.conf \
- HAVE_LIBIDN=1 \
- HAVE_ICONV=1
+ make \
+ CONFIG_FILE=/etc/whois.conf \
+ CFLAGS="$CFLAGS $CPPFLAGS" \
+ HAVE_ICONV=1
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
- make prefix=/usr BASEDIR="${pkgdir}" install-whois
- install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+ make prefix=/usr BASEDIR="${pkgdir}" install-whois
+ install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
}
More information about the arch-commits
mailing list