summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 15:20:14 +0800
committerChocobo12023-04-11 15:20:14 +0800
commit647e009a2f86ff4ab3bca5755c44b883a884dbd3 (patch)
tree2430dfa6f5c857842d2305292c602ffa65bd873d
parentb26393c3c21c82dcf23e279664798bb8e619e3b7 (diff)
downloadaur-ldns-git.tar.gz
upgpkg: ldns-git 1.8.3.r20.g0ede9674-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c03f8921bf1a..f7105d6e80c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ldns-git
pkgdesc = C library for DNS programming
- pkgver = 1.8.1.r11.g552a32db
+ pkgver = 1.8.3.r20.g0ede9674
pkgrel = 1
url = https://www.nlnetlabs.nl/projects/ldns/about/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = ldns-git
depends = dnssec-anchors
depends = openssl
optdepends = libpcap: ldns-dpa tool
- provides = ldns
+ provides = ldns=1.8.3.r20.g0ede9674
conflicts = ldns
options = staticlibs
source = git+https://github.com/NLnetLabs/ldns.git
diff --git a/PKGBUILD b/PKGBUILD
index 6e23e1449d4b..a389ec306c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ldns-git
-pkgver=1.8.1.r11.g552a32db
+pkgver=1.8.3.r20.g0ede9674
pkgrel=1
pkgdesc="C library for DNS programming"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('glibc' 'dnssec-anchors' 'openssl')
optdepends=('libpcap: ldns-dpa tool')
makedepends=('git' 'libpcap')
-provides=('ldns')
+provides=("ldns=$pkgver")
conflicts=('ldns')
options=('staticlibs')
source=("git+https://github.com/NLnetLabs/ldns.git")