[arch-commits] Commit in bind/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Fri Feb 5 00:50:57 UTC 2016


    Date: Friday, February 5, 2016 @ 01:50:57
  Author: seblu
Revision: 258887

upgpkg: bind 9.10.3.P3-3

- missing deps in packages

Modified:
  bind/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-04 22:17:15 UTC (rev 258886)
+++ PKGBUILD	2016-02-05 00:50:57 UTC (rev 258887)
@@ -8,7 +8,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.10.3-P3
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
@@ -67,7 +67,7 @@
 package_bind() {
   pkgdesc='The ISC DNS Server'
   provides=('dns-server')
-  depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'bind-tools')
+  depends=('glibc' 'libxml2' 'libcap' 'openssl' 'geoip' 'bind-tools' 'json-c')
   backup=('etc/named.conf'
           'var/named/127.0.0.zone'
           'var/named/localhost.zone'
@@ -99,7 +99,7 @@
 package_bind-tools() {
   pkgdesc='The ISC DNS tools'
   depends=('glibc' 'libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl'
-    'readline' 'geoip' 'idnkit' 'dnssec-anchors')
+    'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c')
   optdepends=('python: for python scripts')
   conflicts=('dnsutils')
   replaces=('dnsutils' 'host')



More information about the arch-commits mailing list