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

Sébastien Luttringer seblu at archlinux.org
Mon Oct 17 22:47:27 UTC 2016


    Date: Monday, October 17, 2016 @ 22:47:27
  Author: seblu
Revision: 278910

upgpkg: bind 9.11.0-2

- fix FS#51379

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-17 22:38:17 UTC (rev 278909)
+++ PKGBUILD	2016-10-17 22:47:27 UTC (rev 278910)
@@ -8,7 +8,7 @@
 pkgname=(bind bind-tools)
 _pkgver=9.11.0
 pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
@@ -104,8 +104,7 @@
 package_bind-tools() {
   pkgdesc='The ISC DNS tools'
   depends=('glibc' 'libcap' 'libseccomp' 'libxml2' 'zlib' 'krb5' 'e2fsprogs'
-           'openssl' 'readline' 'geoip' 'idnkit' 'dnssec-anchors' 'json-c'
-           'python')
+           'openssl' '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