[arch-commits] Commit in dnsperf/repos/community-x86_64 (PKGBUILD PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Fri Jan 7 12:36:31 UTC 2022


    Date: Friday, January 7, 2022 @ 12:36:31
  Author: kgizdov
Revision: 1095839

archrelease: copy trunk to community-x86_64

Added:
  dnsperf/repos/community-x86_64/PKGBUILD
    (from rev 1095838, dnsperf/trunk/PKGBUILD)
Deleted:
  dnsperf/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 12:36:25 UTC (rev 1095838)
+++ PKGBUILD	2022-01-07 12:36:31 UTC (rev 1095839)
@@ -1,27 +0,0 @@
-# Maintainer: Konstantin Gizdov <arch at kge dot pw>
-# Contributor: Axel Gembe <derago at gmail.com>
-# Contributor: Oleksandr Natalenko <oleksandr at natalenko.name>
-# Contributor: Antoine Lubineau <antoine at lubignon.info>
-
-pkgname=dnsperf
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Tools that measure performance of authoritative Domain Name services"
-arch=('x86_64')
-url="https://www.dns-oarc.net/tools/dnsperf"
-license=('Apache')
-depends=('bind' 'ldns' 'libck' 'libnghttp2')
-source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d50b9e05d9688a7b5906447cdca87bf1d8e100b5288e0081db6c3cdd0fea19b3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: dnsperf/repos/community-x86_64/PKGBUILD (from rev 1095838, dnsperf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-07 12:36:31 UTC (rev 1095839)
@@ -0,0 +1,27 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Axel Gembe <derago at gmail.com>
+# Contributor: Oleksandr Natalenko <oleksandr at natalenko.name>
+# Contributor: Antoine Lubineau <antoine at lubignon.info>
+
+pkgname=dnsperf
+pkgver=2.9.0
+pkgrel=1
+pkgdesc="Tools that measure performance of authoritative Domain Name services"
+arch=('x86_64')
+url="https://www.dns-oarc.net/tools/dnsperf"
+license=('Apache')
+depends=('bind' 'ldns' 'libck' 'libnghttp2')
+source=("https://www.dns-oarc.net/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('952d8b7c9d8a6decbf6f77164728fac6d60bfa1857acc0df8c5404500d0f11dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list