summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-04 19:58:08 +0200
committerErich Eckner <git@eckner.net>2022-05-04 19:58:08 +0200
commit29e2509469fcd74f31e4400c1c06f45fb5622d19 (patch)
treea909bbcc11b4f5729dcbc585ba4587753aa275b5
parent95e61af515d5e131fe2f2585514c588bc7fe7147 (diff)
downloadarchlinuxewe-29e2509469fcd74f31e4400c1c06f45fb5622d19.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 66b488a1c..db89f589e 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=15
+pkgrel=16
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.o'
'zlib=1:1.2.12'
)
depends_i486=("${_pinned_dependencies_i486[@]}")