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

Gaëtan Bisson bisson at archlinux.org
Tue Aug 20 00:32:28 UTC 2019


    Date: Tuesday, August 20, 2019 @ 00:32:28
  Author: bisson
Revision: 359968

upstream update

Modified:
  whois/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list