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

Daniel Micay thestinger at nymeria.archlinux.org
Thu Jul 18 00:41:45 UTC 2013


    Date: Thursday, July 18, 2013 @ 02:41:44
  Author: thestinger
Revision: 94252

upgpkg: chrony 1.28-1

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-18 00:12:02 UTC (rev 94251)
+++ PKGBUILD	2013-07-18 00:41:44 UTC (rev 94252)
@@ -8,18 +8,18 @@
 # Contributor: Elisamuel Resto <ryuji at simplysam.us>
 
 pkgname=chrony
-pkgver=1.27
-pkgrel=4
+pkgver=1.28
+pkgrel=1
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url="http://chrony.tuxfamily.org/"
-options=(strip !emptydirs)
+options=(strip emptydirs)
 license=('GPL')
 depends=('readline' 'libcap')
 backup=('etc/chrony.conf')
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
         service)
-sha256sums=('d44835ee2180a9a0f4f320fc498c39d59dec33d35c2aa05b446fe65a2a83ae9d'
+sha256sums=('7adc34e77c5b5ffdf274adad54de503a34386f6b483c45e1a723751763c04364'
             'bef4305fa7e5828e1a1fd43aa8e631f22f21902f6cdc2d3b5b41a57bd9a175dc')
 
 build() {
@@ -35,7 +35,7 @@
   install -Dm0644 "$srcdir/$pkgname-$pkgver/examples/chrony.conf.example" "$pkgdir/etc/chrony.conf"
 
   # Arch's kernel has enhanced RTC support, make chrony use it by default
-  sed -i '/^! \(rtconutc\|rtcfile \/etc\/chrony.rtc\)$/ s/^! //' \
+  sed -i '/^! \(rtconutc\|rtcfile \/var\/lib\/chrony\/rtc\)$/ s/^! //' \
     "$pkgdir/etc/chrony.conf"
 
   mv "$pkgdir/usr/sbin/chronyd" "$pkgdir/usr/bin"




More information about the arch-commits mailing list