summaryrefslogtreecommitdiff
path: root/bind-next
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-03-17 19:18:55 +0100
committerErich Eckner <git@eckner.net>2022-03-17 19:18:55 +0100
commit9977a45d255b5d84cce2686222290c3326e3ac8d (patch)
tree4e822be0cf78b3a865ed8db8c434e3d4ce4672f9 /bind-next
parent8721b3603bdc9c16ec674bcf85876b84ac393fef (diff)
downloadarchlinuxewe-9977a45d255b5d84cce2686222290c3326e3ac8d.tar.xz
bind-next: rebuild
Diffstat (limited to 'bind-next')
-rw-r--r--bind-next/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/bind-next/PKGBUILD b/bind-next/PKGBUILD
index 3d0327636..272216019 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=12
+pkgrel=13
pkgdesc='A complete, highly portable implementation of the DNS protocol'
url='https://www.isc.org/software/bind/'
license=('MPL2')
@@ -36,7 +36,7 @@ _pinned_dependencies=(
'libuv=1.43.0'
'libxml2.so=2'
'lmdb=0.9.29'
- 'openssl=1.1.1.n'
+ 'openssl=1.1.1.m'
'zlib=1:1.2.11'
)
depends_i486=("${_pinned_dependencies_i486[@]}")