Date: Sunday, December 17, 2017 @ 07:13:48
  Author: bisson
Revision: 312985

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-12-17 07:13:08 UTC (rev 312984)
+++ PKGBUILD    2017-12-17 07:13:48 UTC (rev 312985)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giova...@archlinux.org>
-# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
-
-pkgname=whois
-pkgver=5.2.18
-pkgrel=1
-pkgdesc="The whois client by Marco d'Itri"
-arch=('i686' 'x86_64')
-url="http://www.linux.it/~md/software/";
-license=('GPL')
-depends=('libidn')
-makedepends=('perl')
-backup=('etc/whois.conf')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz";)
-sha256sums=('c35d0d26aff37107c244a8ad54fd42e497ec0b90f76309e9beb7078b827c97d5')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make prefix=/usr \
-       CFLAGS="$CFLAGS $CPPFLAGS" \
-       CONFIG_FILE=/etc/whois.conf \
-       HAVE_LIBIDN=1 \
-       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 312984, 
whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-12-17 07:13:48 UTC (rev 312985)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=whois
+pkgver=5.2.19
+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=('6c39a274fd73b87c0ce1e34dfbd1842a0b2ca7a00c97d4202d639ec010e1262c')
+
+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"
+}

Reply via email to