[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Sat Oct 5 01:09:45 UTC 2019
Date: Saturday, October 5, 2019 @ 01:09:44
Author: bisson
Revision: 363823
archrelease: copy trunk to extra-x86_64
Added:
whois/repos/extra-x86_64/PKGBUILD
(from rev 363822, whois/trunk/PKGBUILD)
Deleted:
whois/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-05 01:09:26 UTC (rev 363822)
+++ PKGBUILD 2019-10-05 01:09:44 UTC (rev 363823)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=whois
-pkgver=5.5.1
-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=('ee8d802f2e6639d44db3c326f3f5e059a8571a8cd0da87e60c6ddb06713cac82')
-
-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 363822, whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-05 01:09:44 UTC (rev 363823)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=whois
+pkgver=5.5.2
+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=('c0594d3bc81c12958118ffa5c1bc04db105b853e7f748021588913c986fea5c0')
+
+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"
+}
More information about the arch-commits
mailing list