summaryrefslogtreecommitdiff
path: root/bind-next/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-01-07 09:17:32 +0100
committerErich Eckner <git@eckner.net>2023-01-07 09:17:32 +0100
commitae9b65834927254bea2b37063cbc13ac08c2f53d (patch)
treeecde18cbd4479eb3af8459f3f0e2f6d57ec71179 /bind-next/PKGBUILD
parent988fa0f35f24055093f586a61793063c54953830 (diff)
downloadarchlinuxewe-ae9b65834927254bea2b37063cbc13ac08c2f53d.tar.xz
bind-next: fix _pinned_dependencies
Diffstat (limited to 'bind-next/PKGBUILD')
-rw-r--r--bind-next/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/bind-next/PKGBUILD b/bind-next/PKGBUILD
index 5b9364546..092dab7f6 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=26
+pkgrel=27
pkgdesc='A complete, highly portable implementation of the DNS protocol'
url='https://www.isc.org/software/bind/'
license=('MPL2')
@@ -34,6 +34,7 @@ _pinned_dependencies=(
'libk5crypto.so=3'
'libkrb5.so=3'
'libmaxminddb=1.7.1'
+ 'libssl.so=3'
'libuv=1.44.2'
'libxml2.so=2'
'lmdb=0.9.29'