Date: Sunday, January 5, 2020 @ 07:24:40
  Author: bisson
Revision: 372603

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-05 07:24:26 UTC (rev 372602)
+++ PKGBUILD    2020-01-05 07:24:40 UTC (rev 372603)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-pkgname=whois
-pkgver=5.5.3
-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=('55c33f9c2a01c0cf1d6449ece63b0c26ef45aab63cf5f01c18459df0e341ab46')
-
-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 372602, 
whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-01-05 07:24:40 UTC (rev 372603)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+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"
+}

Reply via email to