[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)

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


    Date: Tuesday, July 23, 2019 @ 22:10:01
  Author: bisson
Revision: 358537

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
    (from rev 358536, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 35 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-23 22:09:51 UTC (rev 358536)
+++ PKGBUILD	2019-07-23 22:10:01 UTC (rev 358537)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=whois
-pkgver=5.4.3
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3')
-
-backup=('etc/whois.conf')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make \
-		CONFIG_FILE=/etc/whois.conf \
-		CFLAGS="$CFLAGS $CPPFLAGS" \
-		HAVE_ICONV=1
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	make prefix=/usr BASEDIR="${pkgdir}" install-whois
-	install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 358536, whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-23 22:10:01 UTC (rev 358537)
@@ -0,0 +1,35 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=whois
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
+sha256sums=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
+
+backup=('etc/whois.conf')
+
+build() {
+	#cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}-5.4.4"
+
+	make \
+		CONFIG_FILE=/etc/whois.conf \
+		CFLAGS="$CFLAGS $CPPFLAGS" \
+		HAVE_ICONV=1
+}
+
+package() {
+	#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