summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-05-11 20:06:59 +0800
committerChocobo12021-05-11 20:06:59 +0800
commit1e9c523ea426d6c1e2717433b56c6c0abda24809 (patch)
treeda6659095dcfa5ecdd8d9388bb26d910d347fa69
parent2809c9c4c24795cf4493d0d1e3e76420ce5eb6fe (diff)
downloadaur-1e9c523ea426d6c1e2717433b56c6c0abda24809.tar.gz
upgpkg: whois-git 5.5.9.r0.g8aabb41-2
-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')