summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2021-12-24 07:41:38 +0000
committerGeorge Rawlinson2021-12-24 07:41:38 +0000
commit5e7832832c73f2e335e6a031de3f2847085ae021 (patch)
tree9564296f44c8da8dd0847b70dd07e14021f3fcb4 /PKGBUILD
parent388cc5ab3940ffb4ec3f79c8fba50b747f75bbfd (diff)
downloadaur-5e7832832c73f2e335e6a031de3f2847085ae021.tar.gz
upgpkg: bind-development 9.17.21-2
* Add missing dependencies: fstrm, protobuf-c. * Fix upstream URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c647f23c1b98..1e13e2f90dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@
pkgname=bind-development
_pkgname=bind
pkgver=9.17.21
-pkgrel=1
+pkgrel=2
pkgdesc='A complete, highly portable implementation of the DNS protocol (development version)'
-url='https://www.isc.org/software/bind/'
+url='https://www.isc.org/bind/'
license=('MPL2')
arch=('x86_64')
options=('!emptydirs')
@@ -23,6 +23,7 @@ depends=(
'bash'
'dnssec-anchors'
'e2fsprogs'
+ 'fstrm'
'glibc'
'icu'
'jemalloc'
@@ -38,6 +39,7 @@ depends=(
'libxml2'
'lmdb'
'openssl'
+ 'protobuf-c'
'readline'
'xz'
'zlib'