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

Gaetan Bisson bisson at archlinux.org
Tue Dec 18 22:52:21 UTC 2012


    Date: Tuesday, December 18, 2012 @ 17:52:21
  Author: bisson
Revision: 173321

fix FS#33124

Modified:
  ntp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-18 21:43:54 UTC (rev 173320)
+++ PKGBUILD	2012-12-18 22:52:21 UTC (rev 173321)
@@ -5,13 +5,14 @@
 pkgname=ntp
 pkgver=4.2.6.p5
 _realver=4.2.6p5
-pkgrel=12
+pkgrel=13
 pkgdesc='Network Time Protocol reference implementation'
 url='http://www.ntp.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-makedepends=('perl-html-parser')
-depends=('openssl' 'readline' 'libcap')
+depends=('openssl' 'libcap')
+optdepends=('libedit: ntpdc, ntpq')
+makedepends=('perl-html-parser' 'libedit')
 backup=('etc/ntp.conf' 'etc/conf.d/ntpd.conf')
 source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz"
         'ntpd'




More information about the arch-commits mailing list