Skip to content

Commit

Permalink
whois: update to 5.5.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Suyun114 authored Apr 6, 2024
1 parent be581e5 commit 1f3663d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions whois/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Felix Huettner <huettner94@gmx.de>

pkgname=whois
pkgver=5.5.20
pkgver=5.5.22
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
Expand All @@ -12,11 +12,10 @@ makedepends=('perl' 'libxcrypt-devel' 'libidn2-devel' 'libiconv-devel' 'libunist
backup=('etc/whois.conf')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz"
"whois-libiconv.patch")
sha256sums=('42085102dfad82067abe2d5d1cfca59586573dee528718559b022e762bb85cf1'
sha256sums=('03f12c27ae85870d7bcd95b14f3fb8b174532b2f2a59d8380c42ae436d0630d7'
'15635fe62da7eed833ad0b1c124fc8e4647f06c7e5b6b5b3314b32a663899ce6')

prepare() {
mv "${pkgname}" "${pkgname}-${pkgver}"
cd "${srcdir}/${pkgname}-${pkgver}"
patch -i ${srcdir}/whois-libiconv.patch
}
Expand Down

0 comments on commit 1f3663d

Please sign in to comment.