[arch-commits] Commit in mlocate/trunk (PKGBUILD updatedb.timer)

Gaetan Bisson bisson at archlinux.org
Sun Dec 14 17:56:14 UTC 2014


    Date: Sunday, December 14, 2014 @ 18:56:14
  Author: bisson
Revision: 227610

fix FS#41688

Modified:
  mlocate/trunk/PKGBUILD
  mlocate/trunk/updatedb.timer

----------------+
 PKGBUILD       |    4 ++--
 updatedb.timer |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-14 16:32:40 UTC (rev 227609)
+++ PKGBUILD	2014-12-14 17:56:14 UTC (rev 227610)
@@ -5,7 +5,7 @@
 
 pkgname=mlocate
 pkgver=0.26
-pkgrel=4
+pkgrel=5
 pkgdesc='Merging locate/updatedb implementation'
 url='https://fedorahosted.org/mlocate/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 	updatedb.{timer,service})
 sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
           '0150379149bf9d714bc81332d775fc273e7e3535'
-          'c2155e7f53d89dd23db732b4819fdaa7462cfc30'
+          '2f3a94994ece62aeb286315a6fa5e9e03203706a'
           '387185ea34fc65f8457cb40dc374319f0b2490cd')
 
 prepare() {

Modified: updatedb.timer
===================================================================
--- updatedb.timer	2014-12-14 16:32:40 UTC (rev 227609)
+++ updatedb.timer	2014-12-14 17:56:14 UTC (rev 227610)
@@ -2,5 +2,6 @@
 Description=Daily locate database update
 
 [Timer]
-OnBootSec=15min
-OnUnitActiveSec=1d
+OnCalendar=daily
+AccuracySec=12h
+Persistent=true



More information about the arch-commits mailing list