summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fcb61ccc3d4..c22c82e4b34c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = whois-git
pkgdesc = The whois client by Marco d'Itri
pkgver = 5.5.9.r0.g8aabb41
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rfc1036/whois
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = whois-git
makedepends = perl
depends = glibc
depends = libidn2
+ depends = libxcrypt
provides = whois
conflicts = whois
backup = etc/whois.conf
diff --git a/PKGBUILD b/PKGBUILD
index 044339b4fcf4..3a53d326639d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=whois-git
pkgver=5.5.9.r0.g8aabb41
-pkgrel=1
+pkgrel=2
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
url="https://github.com/rfc1036/whois"
license=('GPL2')
-depends=('glibc' 'libidn2')
+depends=('glibc' 'libidn2' 'libxcrypt')
makedepends=('git' 'perl')
provides=('whois')
conflicts=('whois')