Date: Thursday, September 20, 2018 @ 19:16:57
  Author: bisson
Revision: 335143

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-09-20 19:16:30 UTC (rev 335142)
+++ PKGBUILD    2018-09-20 19:16:57 UTC (rev 335143)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Contributor: Tom Newsom <jeeps...@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"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 335142, 
whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-09-20 19:16:57 UTC (rev 335143)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
+
+pkgname=whois
+pkgver=5.3.2
+pkgrel=2
+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=('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"
+}

Reply via email to