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

Daniel Micay thestinger at archlinux.org
Thu Aug 21 08:58:32 UTC 2014


    Date: Thursday, August 21, 2014 @ 10:58:31
  Author: thestinger
Revision: 117700

upgpkg: chrony 1.30-5

build with NSS support + rm obsolete ntp-units.d file

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-21 07:08:23 UTC (rev 117699)
+++ PKGBUILD	2014-08-21 08:58:31 UTC (rev 117700)
@@ -9,13 +9,13 @@
 
 pkgname=chrony
 pkgver=1.30
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url="http://chrony.tuxfamily.org/"
 options=(strip emptydirs)
 license=('GPL')
-depends=('readline' 'libcap')
+depends=('nss' 'readline' 'libcap')
 backup=('etc/chrony.conf')
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
         service)
@@ -44,8 +44,5 @@
 
   install -Dm644 "$srcdir/service" "$pkgdir/usr/lib/systemd/system/chrony.service"
 
-  install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d"
-  echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/10-$pkgname.list"
-
   chown 183:183 "$pkgdir/var/lib/chrony"
 }




More information about the arch-commits mailing list