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

Allan McRae allan at archlinux.org
Sat Mar 27 00:27:52 UTC 2010


    Date: Friday, March 26, 2010 @ 20:27:51
  Author: allan
Revision: 73509

upgpkg: mlocate 0.22.4-1
upstream update, add chmod dep for install file

Modified:
  mlocate/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-26 21:51:44 UTC (rev 73508)
+++ PKGBUILD	2010-03-27 00:27:51 UTC (rev 73509)
@@ -3,7 +3,7 @@
 # Contributor: lydgate
 
 pkgname=mlocate
-pkgver=0.22.3
+pkgver=0.22.4
 pkgrel=1
 pkgdesc="Faster merging drop-in for slocate"
 arch=('i686' 'x86_64')
@@ -12,14 +12,14 @@
 conflicts=('slocate')
 provides=('slocate')
 replaces=('slocate')
-depends=('glibc' 'sh')
+depends=('glibc' 'coreutils' 'sh')
 backup=('etc/updatedb.conf'
         'etc/cron.daily/updatedb')
 install=mlocate.install
 source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz
 	updatedb.conf
 	updatedb.cron.daily)
-md5sums=('eb09c57c25ab98b74cbd45234f3f7851'
+md5sums=('ee79241178e2660bc9edb02ffe90e144'
          '66898efb290eff4efd44a0b94fe3927d'
          'cde5da81bebad2de556ef2e43d895e13')
 




More information about the arch-commits mailing list