[arch-commits] Commit in whois/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Gaƫtan Bisson
bisson at archlinux.org
Tue Aug 20 00:32:47 UTC 2019
Date: Tuesday, August 20, 2019 @ 00:32:47
Author: bisson
Revision: 359969
archrelease: copy trunk to extra-x86_64
Added:
whois/repos/extra-x86_64/PKGBUILD
(from rev 359968, whois/trunk/PKGBUILD)
Deleted:
whois/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 68 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 33 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-20 00:32:28 UTC (rev 359968)
+++ PKGBUILD 2019-08-20 00:32:47 UTC (rev 359969)
@@ -1,35 +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.0
-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=('64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d')
-
-backup=('etc/whois.conf')
-
-build() {
- #cd "${srcdir}/${pkgname}-${pkgver}"
- cd "${srcdir}/${pkgname}-5.4.4"
-
- make \
- CONFIG_FILE=/etc/whois.conf \
- CFLAGS="$CFLAGS $CPPFLAGS" \
- HAVE_ICONV=1
-}
-
-package() {
- #cd "${srcdir}/${pkgname}-${pkgver}"
- cd "${srcdir}/${pkgname}-5.4.4"
-
- 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 359968, whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-20 00:32:47 UTC (rev 359969)
@@ -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.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"
+}
More information about the arch-commits
mailing list