Date: Thursday, January 23, 2020 @ 17:58:03
  Author: bisson
Revision: 373847

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-23 17:57:45 UTC (rev 373846)
+++ PKGBUILD    2020-01-23 17:58:03 UTC (rev 373847)
@@ -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.4
-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=('d1e1084f73085a4c12036174d7a69e15570bf13c62ee0ff7f8723e7b7e54274d')
-
-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 373846, 
whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-01-23 17:58:03 UTC (rev 373847)
@@ -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.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"
+}

Reply via email to