summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-13 17:11:50 +0800
committerChocobo12023-04-13 17:11:50 +0800
commitc580e3e5c508e9eb7a8712c8108976a7f713f169 (patch)
tree785b34ec9804ed5bdf9db4b473810a36a788924b
parent1e9c523ea426d6c1e2717433b56c6c0abda24809 (diff)
downloadaur-whois-git.tar.gz
upgpkg: whois-git 5.5.16.r0.g41b3435-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c22c82e4b34c..ef64f4429c21 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 = 2
+ pkgver = 5.5.16.r0.g41b3435
+ pkgrel = 1
url = https://github.com/rfc1036/whois
arch = i686
arch = x86_64
@@ -11,11 +11,10 @@ pkgbase = whois-git
depends = glibc
depends = libidn2
depends = libxcrypt
- provides = whois
+ provides = whois=5.5.16.r0.g41b3435
conflicts = whois
backup = etc/whois.conf
source = git+https://github.com/rfc1036/whois.git#branch=next
sha256sums = SKIP
pkgname = whois-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3a53d326639d..53860ae98210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=whois-git
-pkgver=5.5.9.r0.g8aabb41
-pkgrel=2
+pkgver=5.5.16.r0.g41b3435
+pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
url="https://github.com/rfc1036/whois"
license=('GPL2')
depends=('glibc' 'libidn2' 'libxcrypt')
makedepends=('git' 'perl')
-provides=('whois')
+provides=("whois=$pkgver")
conflicts=('whois')
backup=('etc/whois.conf')
source=("git+https://github.com/rfc1036/whois.git#branch=next")