Date: Saturday, May 6, 2023 @ 06:00:23
Author: foutrelis
Revision: 476791
archrelease: copy trunk to extra-x86_64
Added:
whois/repos/extra-x86_64/PKGBUILD
(from rev 476790, whois/trunk/PKGBUILD)
whois/repos/extra-x86_64/keys/
Deleted:
whois/repos/extra-x86_64/PKGBUILD
whois/repos/extra-x86_64/keys/
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 06:00:16 UTC (rev 476790)
+++ PKGBUILD 2023-05-06 06:00:23 UTC (rev 476791)
@@ -1,34 +0,0 @@
-# Maintainer: Evangelos Foutras <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-# Contributor: Giovanni Scafora <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-pkgname=whois
-pkgver=5.5.16
-pkgrel=1
-pkgdesc="Intelligent WHOIS client"
-arch=('x86_64')
-url="https://github.com/rfc1036/whois"
-license=('GPL')
-depends=('libidn2' 'libxcrypt')
-makedepends=('perl' 'git' 'bash-completion')
-backup=('etc/whois.conf')
-source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
-sha256sums=('SKIP')
-validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri
<[email protected]>
-
-build() {
- cd $pkgname
- make \
- CONFIG_FILE=/etc/whois.conf \
- CFLAGS="$CFLAGS $CPPFLAGS" \
- HAVE_ICONV=1
-}
-
-package() {
- cd $pkgname
- make prefix=/usr BASEDIR="$pkgdir" install
- install -Dm644 whois.conf -t "$pkgdir/etc"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 476790,
whois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-06 06:00:23 UTC (rev 476791)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=whois
+pkgver=5.5.17
+pkgrel=1
+pkgdesc="Intelligent WHOIS client"
+arch=('x86_64')
+url="https://github.com/rfc1036/whois"
+license=('GPL')
+depends=('libidn2' 'libxcrypt')
+makedepends=('perl' 'git' 'bash-completion')
+backup=('etc/whois.conf')
+source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri
<[email protected]>
+
+build() {
+ cd $pkgname
+ make \
+ CONFIG_FILE=/etc/whois.conf \
+ CFLAGS="$CFLAGS $CPPFLAGS" \
+ HAVE_ICONV=1
+}
+
+package() {
+ cd $pkgname
+ make prefix=/usr BASEDIR="$pkgdir" install
+ install -Dm644 whois.conf -t "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et: