Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / whois
Commits: bfea2985 by Evangelos Foutras at 2023-10-09T20:17:33+03:00 upgpkg: 5.5.19-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = whois + pkgdesc = Intelligent WHOIS client + pkgver = 5.5.19 + pkgrel = 1 + url = https://github.com/rfc1036/whois + arch = x86_64 + license = GPL + makedepends = perl + makedepends = git + makedepends = bash-completion + depends = libidn2 + depends = libxcrypt + backup = etc/whois.conf + source = git+https://github.com/rfc1036/whois.git#tag=v5.5.19?signed + validpgpkeys = 6791403B68AE2690517C42EAE6FFF1E38DC968B0 + sha256sums = SKIP + +pkgname = whois ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=whois -pkgver=5.5.18 +pkgver=5.5.19 pkgrel=1 pkgdesc="Intelligent WHOIS client" arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/whois/-/commit/bfea29851deeed0b6dd51eb20f0616313c7af849 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/whois/-/commit/bfea29851deeed0b6dd51eb20f0616313c7af849 You're receiving this email because of your account on gitlab.archlinux.org.
