Date: Tuesday, February 18, 2020 @ 23:11:23
  Author: bisson
Revision: 375853

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-18 23:10:48 UTC (rev 375852)
+++ PKGBUILD    2020-02-18 23:11:23 UTC (rev 375853)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson <bis...@archlinux.org>
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-# Contributor: Tom Newsom <jeeps...@gmx.co.uk>
-
-pkgname=whois
-pkgver=5.5.5
-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=('c30e8a444482eadac157be42649833ef77c5ea9fb5cbcbabb6ee3f2254e5530d')
-
-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 375852, 
whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-18 23:11:23 UTC (rev 375853)
@@ -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.5.6
+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=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
+
+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"
+}

Reply via email to