whois: Update to 5.5.23
This commit is contained in:
parent
7fdff4ea4c
commit
ec3cba6c1e
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Felix Huettner <huettner94@gmx.de>
|
# Maintainer: Felix Huettner <huettner94@gmx.de>
|
||||||
|
|
||||||
pkgname=whois
|
pkgname=whois
|
||||||
pkgver=5.5.22
|
pkgver=5.5.23
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The whois client by Marco d'Itri"
|
pkgdesc="The whois client by Marco d'Itri"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@ -12,10 +12,11 @@ makedepends=('perl' 'libxcrypt-devel' 'libidn2-devel' 'libiconv-devel' 'libunist
|
|||||||
backup=('etc/whois.conf')
|
backup=('etc/whois.conf')
|
||||||
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz"
|
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz"
|
||||||
"whois-libiconv.patch")
|
"whois-libiconv.patch")
|
||||||
sha256sums=('03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7'
|
sha256sums=('35c04e46bd8435f46e446a817728b5fae2f0a389033a9383e5e20bb6e8fba14a'
|
||||||
'15635fe62da7eed833ad0b1c124fc8e4647f06c7e5b6b5b3314b32a663899ce6')
|
'15635fe62da7eed833ad0b1c124fc8e4647f06c7e5b6b5b3314b32a663899ce6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
mv "${pkgname}" "${pkgname}-${pkgver}"
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
patch -i ${srcdir}/whois-libiconv.patch
|
patch -i ${srcdir}/whois-libiconv.patch
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user