diff options
author | root <root@rshg054.dnsready.net> | 2012-12-19 02:52:08 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-19 02:52:08 -0800 |
commit | 19f11e0c4bbeefd65f85546a361e18532b60416a (patch) | |
tree | a0d830d86c1d2bd0f47e3e86e31b62b781527a8f /extra/ntp/PKGBUILD | |
parent | 7862d070a23260c281e227dabd498b99fa8a44a9 (diff) |
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'extra/ntp/PKGBUILD')
-rw-r--r-- | extra/ntp/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index e3c7cf366..1a20d9f9c 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 173225 2012-12-14 12:00:48Z bisson $ +# $Id: PKGBUILD 173322 2012-12-18 22:53:36Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: kevin <kevin@archlinux.org> 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' |