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

Gaetan Bisson bisson at archlinux.org
Sun Apr 22 08:06:09 UTC 2012


    Date: Sunday, April 22, 2012 @ 04:06:09
  Author: bisson
Revision: 156649

depend on dnssec-anchors, move to [core] as new openssh dependency

see: https://mailman.archlinux.org/pipermail/arch-dev-public/2012-February/022548.html

Modified:
  ldns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-22 08:05:14 UTC (rev 156648)
+++ PKGBUILD	2012-04-22 08:06:09 UTC (rev 156649)
@@ -5,15 +5,15 @@
 
 pkgname=ldns
 pkgver=1.6.12
-pkgrel=1
-pkgdesc='Fast DNS library supporting recent RFCs, including Drill and other tools'
+pkgrel=2
+pkgdesc='Fast DNS library supporting recent RFCs'
 url='http://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 options=('!libtool')
-depends=('openssl')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-optdepends=('libpcap: ldns-dpa tool')
 source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'Makefile.patch')
 sha1sums=('1d61df0f666908551d5a62768f77d63e727810aa'




More information about the arch-commits mailing list