summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 20:51:16 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-17 20:51:16 +0200
commitc05ffca0351814434046e8b4444c3c0f3b2f3920 (patch)
treed4e4b71d96a1bd661004ddc5c399dd13b0977a20
parent2ba5c98817179e6e7516e7f98bb080e0d67fd7e3 (diff)
downloadarchlinuxewe-c05ffca0351814434046e8b4444c3c0f3b2f3920.tar.xz
bind-next: rebuild
-rw-r--r--bind-next/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind-next/PKGBUILD b/bind-next/PKGBUILD
index 2de923b89..83e915579 100644
--- a/bind-next/PKGBUILD
+++ b/bind-next/PKGBUILD
@@ -8,7 +8,7 @@ _pkgver=9.16.16
pkgname=bind-next
_pkgnam=${pkgname%-*}
pkgver=${_pkgver//-/.}
-pkgrel=23
+pkgrel=24
pkgdesc='A complete, highly portable implementation of the DNS protocol'
url='https://www.isc.org/software/bind/'
license=('MPL2')
@@ -37,7 +37,7 @@ _pinned_dependencies=(
'libxml2.so=2'
'lmdb=0.9.29'
'openssl=1.1.1.q'
- 'zlib=1:1.2.12'
+ 'zlib=1:1.2.13'
)
depends_i486=("${_pinned_dependencies_i486[@]}")
depends=('bash' 'dnssec-anchors' 'e2fsprogs' 'glibc' 'icu' 'libedit' 'json-c'