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

Gaëtan Bisson bisson at archlinux.org
Tue Jul 24 18:47:41 UTC 2018


    Date: Tuesday, July 24, 2018 @ 18:47:41
  Author: bisson
Revision: 329518

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-24 18:45:50 UTC (rev 329517)
+++ PKGBUILD	2018-07-24 18:47:41 UTC (rev 329518)
@@ -1,34 +0,0 @@
-# $Id$
-# 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.3.1
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
-
-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 329517, whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-24 18:47:41 UTC (rev 329518)
@@ -0,0 +1,34 @@
+# $Id$
+# 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.3.2
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
+sha256sums=('79714ba89172bca08a2443f59885daa4af0c5f8d6a49bc9e7f2a83559a286354')
+
+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"
+}



More information about the arch-commits mailing list