whois: Update to 5.3.2

This commit is contained in:
Alexey Pavlov
2018-07-27 07:50:34 +03:00
parent 80e233a14d
commit bf27d8bc7d

View File

@@ -1,18 +1,18 @@
# Maintainer: Felix Huettner <huettner94@gmx.de>
pkgname=whois
pkgver=5.2.15
pkgver=5.3.2
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
url="https://www.linux.it/~md/software/"
license=('GPL')
depends=('libcrypt' 'libidn' 'libiconv')
makedepends=('perl' 'libcrypt-devel' 'libidn-devel' 'libiconv-devel')
depends=('libcrypt' 'libidn2' 'libiconv')
makedepends=('perl' 'libcrypt-devel' 'libidn2-devel' 'libiconv-devel')
backup=('etc/whois.conf')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz"
"whois-libiconv.patch")
sha256sums=('7a5a6b690bfc6360d92d9328adbe5c1f096a41f0d6548ce0df4aa664dcb37188'
sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354'
'15635fe62da7eed833ad0b1c124fc8e4647f06c7e5b6b5b3314b32a663899ce6')
prepare() {
@@ -26,7 +26,7 @@ build() {
make prefix=/usr \
CFLAGS="$CFLAGS $CPPFLAGS" \
CONFIG_FILE=/etc/whois.conf \
HAVE_LIBIDN=1 \
HAVE_LIBIDN2=1 \
HAVE_ICONV=1
}