[arch-commits] Commit in whois/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Jul 23 22:09:51 UTC 2019


    Date: Tuesday, July 23, 2019 @ 22:09:51
  Author: bisson
Revision: 358536

upstream update

Modified:
  whois/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-23 22:08:42 UTC (rev 358535)
+++ PKGBUILD	2019-07-23 22:09:51 UTC (rev 358536)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=whois
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
@@ -12,12 +12,13 @@
 depends=('libidn2')
 makedepends=('perl')
 source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3')
+sha256sums=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
 
 backup=('etc/whois.conf')
 
 build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	#cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}-5.4.4"
 
 	make \
 		CONFIG_FILE=/etc/whois.conf \
@@ -26,7 +27,8 @@
 }
 
 package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
+	#cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}-5.4.4"
 
 	make prefix=/usr BASEDIR="${pkgdir}" install-whois
 	install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"



More information about the arch-commits mailing list