Date: Wednesday, September 14, 2022 @ 16:44:16
Author: foutrelis
Revision: 456111
upgpkg: whois 5.5.13-2: include mkpasswd (FS#74724)
Modified:
whois/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-14 16:27:11 UTC (rev 456110)
+++ PKGBUILD 2022-09-14 16:44:16 UTC (rev 456111)
@@ -5,12 +5,12 @@
pkgname=whois
pkgver=5.5.13
-pkgrel=1
+pkgrel=2
pkgdesc="Intelligent WHOIS client"
arch=('x86_64')
url="https://github.com/rfc1036/whois"
license=('GPL')
-depends=('libidn2')
+depends=('libidn2' 'libxcrypt')
makedepends=('perl' 'git')
backup=('etc/whois.conf')
source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
@@ -27,7 +27,7 @@
package() {
cd "$srcdir/$pkgname"
- make prefix=/usr BASEDIR="$pkgdir" install-whois
+ make prefix=/usr BASEDIR="$pkgdir" install
install -Dm644 whois.conf -t "$pkgdir/etc"
}