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

Gaëtan Bisson bisson at archlinux.org
Wed Feb 14 23:09:13 UTC 2018


    Date: Wednesday, February 14, 2018 @ 23:09:08
  Author: bisson
Revision: 317056

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 23:06:45 UTC (rev 317055)
+++ PKGBUILD	2018-02-14 23:09:08 UTC (rev 317056)
@@ -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.2.20
-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=('6848ab671750ab3782fe4ab2a47910fe4e25aa93894e4d0f3f67b5fcee06c009')
-
-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 317055, whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-14 23:09:08 UTC (rev 317056)
@@ -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.0
+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=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
+
+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