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

Gaëtan Bisson bisson at archlinux.org
Wed Dec 4 01:20:12 UTC 2019


    Date: Wednesday, December 4, 2019 @ 01:20:11
  Author: bisson
Revision: 370328

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-04 01:19:51 UTC (rev 370327)
+++ PKGBUILD	2019-12-04 01:20:11 UTC (rev 370328)
@@ -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.5.2
-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=('c0594d3bc81c12958118ffa5c1bc04db105b853e7f748021588913c986fea5c0')
-
-backup=('etc/whois.conf')
-
-build() {
-	cd "${srcdir}/${pkgname}"
-
-	make \
-		CONFIG_FILE=/etc/whois.conf \
-		CFLAGS="$CFLAGS $CPPFLAGS" \
-		HAVE_ICONV=1
-}
-
-package() {
-	cd "${srcdir}/${pkgname}"
-
-	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 370327, whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-04 01:20:11 UTC (rev 370328)
@@ -0,0 +1,33 @@
+# 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.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=('55c33f9c2a01c0cf1d6449ece63b0c26ef45aab63cf5f01c18459df0e341ab46')
+
+backup=('etc/whois.conf')
+
+build() {
+	cd "${srcdir}/${pkgname}"
+
+	make \
+		CONFIG_FILE=/etc/whois.conf \
+		CFLAGS="$CFLAGS $CPPFLAGS" \
+		HAVE_ICONV=1
+}
+
+package() {
+	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