summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-03-14 12:39:56 +0800
committerChocobo12022-03-14 12:39:56 +0800
commitb26393c3c21c82dcf23e279664798bb8e619e3b7 (patch)
treefd750a204c5f68bf4060090386ee727344747075
parent1c9b7a25901530828c11c400df2e2e542e7ede93 (diff)
downloadaur-b26393c3c21c82dcf23e279664798bb8e619e3b7.tar.gz
upgpkg: ldns-git 1.8.1.r11.g552a32db-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb085e83fed1..c03f8921bf1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ldns-git
pkgdesc = C library for DNS programming
- pkgver = 1.7.0.r92.g9b8fa9db
+ pkgver = 1.8.1.r11.g552a32db
pkgrel = 1
url = https://www.nlnetlabs.nl/projects/ldns/about/
arch = i686
@@ -15,8 +15,7 @@ pkgbase = ldns-git
provides = ldns
conflicts = ldns
options = staticlibs
- source = git+https://git.nlnetlabs.nl/ldns
+ source = git+https://github.com/NLnetLabs/ldns.git
sha256sums = SKIP
pkgname = ldns-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 08ae0711cb5f..6e23e1449d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=ldns-git
-pkgver=1.7.0.r92.g9b8fa9db
+pkgver=1.8.1.r11.g552a32db
pkgrel=1
pkgdesc="C library for DNS programming"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'libpcap')
provides=('ldns')
conflicts=('ldns')
options=('staticlibs')
-source=("git+https://git.nlnetlabs.nl/ldns")
+source=("git+https://github.com/NLnetLabs/ldns.git")
sha256sums=('SKIP')
@@ -42,5 +42,5 @@ package() {
cd "ldns"
make DESTDIR="$pkgdir" install
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/ldns/LICENSE"
+ install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/ldns"
}