Date: Tuesday, August 16, 2022 @ 10:06:30
  Author: felixonmars
Revision: 452998

archrelease: copy trunk to testing-x86_64

Added:
  ldns/repos/testing-x86_64/PKGBUILD
    (from rev 452997, ldns/trunk/PKGBUILD)
  ldns/repos/testing-x86_64/keys/
Deleted:
  ldns/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 38 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-16 10:06:14 UTC (rev 452997)
+++ PKGBUILD    2022-08-16 10:06:30 UTC (rev 452998)
@@ -1,44 +0,0 @@
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: mathieui <[email protected]>
-# Contributor: jiribb <[email protected]>
-
-pkgname=ldns
-pkgver=1.8.2
-pkgrel=2
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='https://www.nlnetlabs.nl/projects/ldns/'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('openssl' 'dnssec-anchors')
-optdepends=('libpcap: ldns-dpa tool')
-makedepends=('libpcap')
-source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-               
https://github.com/NLnetLabs/ldns/commit/1acee0c5d35f4a04df07e5d5f4490e6318513997.patch)
-sha256sums=('b92b001cdd382de653620a05445e42e17a827eec93d64ee587ad291a533cc1e9'
-            '03084dcee80fc1b6de47117bc9e0106e541fdda3600dbe0f6d9a8fb44d21d14e')
-
-prepare() {
-       cd $pkgname-$pkgver
-       # https://github.com/NLnetLabs/ldns/issues/183
-       patch -p1 -i ../1acee0c5d35f4a04df07e5d5f4490e6318513997.patch
-}
-
-build() {
-       cd $pkgname-$pkgver
-       ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc \
-               --localstatedir=/var \
-               --disable-rpath \
-               --with-drill \
-               --with-examples \
-               --with-trust-anchor=/etc/trusted-key.key \
-
-       make
-}
-
-package() {
-       cd $pkgname-$pkgver
-       make DESTDIR="${pkgdir}" install
-       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ldns/repos/testing-x86_64/PKGBUILD (from rev 452997, 
ldns/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-08-16 10:06:30 UTC (rev 452998)
@@ -0,0 +1,38 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: mathieui <[email protected]>
+# Contributor: jiribb <[email protected]>
+
+pkgname=ldns
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='https://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('c3f72dd1036b2907e3a56e6acf9dfb2e551256b3c1bbd9787942deeeb70e7860'
+            'SKIP')
+validpgpkeys=('DC34EE5DB2417BCC151E5100E5F8F8212F77A498') # Willem Toorop
+
+build() {
+       cd $pkgname-$pkgver
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --disable-rpath \
+               --with-drill \
+               --with-examples \
+               --with-trust-anchor=/etc/trusted-key.key \
+
+       make
+}
+
+package() {
+       cd $pkgname-$pkgver
+       make DESTDIR="${pkgdir}" install
+       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to