diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-19 13:24:55 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-19 13:24:55 +0100 |
commit | 48e718656f83ad8800caf503031b4efa0e49e38a (patch) | |
tree | 2e415caf08da7fcf1724f2992cd47c99a7778bd6 /extra/ntp/PKGBUILD | |
parent | 332060e036d38d6213201ed79b5d263241ca1825 (diff) | |
parent | 19f11e0c4bbeefd65f85546a361e18532b60416a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtypist/PKGBUILD
community/jack2/PKGBUILD
community/linux-tools/PKGBUILD
community/udevil/PKGBUILD
extra/ntp/PKGBUILD
extra/pulseaudio/PKGBUILD
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 b5bfd1438..757d3ef3b 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' 'mips64el') -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' |