diff options
author | Erich Eckner <git@eckner.net> | 2021-07-18 11:02:16 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-07-18 11:02:16 +0200 |
commit | 60c7adc957bd729f3fbee4ad452fa60e1473ef40 (patch) | |
tree | bf72b4371bcc6ff264325c6bcbd76f388506cfae /bind-next | |
parent | dc1584ace4a80f33a74163ca18962526223d65ca (diff) | |
download | archlinuxewe-60c7adc957bd729f3fbee4ad452fa60e1473ef40.tar.xz |
bind-next: rebuild
Diffstat (limited to 'bind-next')
-rw-r--r-- | bind-next/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bind-next/PKGBUILD b/bind-next/PKGBUILD index bd9abf7b0..56ea77083 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=3 +pkgrel=4 pkgdesc='A complete, highly portable implementation of the DNS protocol' url='https://www.isc.org/software/bind/' license=('MPL2') @@ -33,7 +33,7 @@ _pinned_dependencies=( 'libk5crypto.so=3' 'libkrb5.so=3' 'libmaxminddb=1.6.0' - 'libuv=1.41.0' + 'libuv=1.41.1' 'libxml2=2.9.10' 'lmdb=0.9.29' 'openssl=1.1.1.k' |