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

Sébastien Luttringer seblu at archlinux.org
Thu Feb 4 17:38:59 UTC 2016


    Date: Thursday, February 4, 2016 @ 18:38:58
  Author: seblu
Revision: 258874

upgpkg: bind 9.10.3.P3-2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-04 15:04:09 UTC (rev 258873)
+++ PKGBUILD	2016-02-04 17:38:58 UTC (rev 258874)
@@ -8,13 +8,13 @@
 pkgname=(bind bind-tools)
 _pkgver=9.10.3-P3
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!emptydirs')
 makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- 'idnkit' 'geoip' 'dnssec-anchors' 'python')
+ 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c')
 validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
               'ADBE9446286C794905F1E0756FA6EBC9911A4C02') #ISC, Inc
 source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
@@ -58,6 +58,7 @@
     --with-ipv6 \
     --with-idn \
     --with-openssl \
+    --with-libjson \
     --with-libxml2 \
     --with-libtool
   make



More information about the arch-commits mailing list