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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat May 17 21:36:14 UTC 2014


    Date: Saturday, May 17, 2014 @ 23:36:13
  Author: seblu
Revision: 111391

upgpkg: bind 9.10.0.P1-4

- without the stupid gcc dep

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-17 21:15:11 UTC (rev 111390)
+++ PKGBUILD	2014-05-17 21:36:13 UTC (rev 111391)
@@ -7,13 +7,13 @@
 pkgname=bind
 _pkgver=9.10.0-P1
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=4
 pkgdesc='The ISC BIND nameserver'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!makeflags')
-depends=('openssl' 'krb5' 'libxml2' 'gcc<4.9.0')
+depends=('openssl' 'krb5' 'libxml2')
 provides=('dns-server')
 backup=('etc/logrotate.d/named'
         'etc/named.conf')




More information about the arch-commits mailing list