summaryrefslogtreecommitdiff
path: root/core/mlocate
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 12:33:07 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-14 12:33:07 -0300
commitfdd03e5ecce11853fa939682ed87e938605d36be (patch)
treed48893d7d8ce37d16a2368194969880050357df7 /core/mlocate
parent1fafdadaae260eaef7194102b5eb842466e63dd1 (diff)
parent0917a0682e48c4261e47d743725d990f47f6ec95 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/autocutsel/PKGBUILD community/dev86/PKGBUILD testing/gnome-control-center/PKGBUILD
Diffstat (limited to 'core/mlocate')
-rw-r--r--core/mlocate/PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/core/mlocate/PKGBUILD b/core/mlocate/PKGBUILD
index 2b768b42c..ff73f4f8b 100644
--- a/core/mlocate/PKGBUILD
+++ b/core/mlocate/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 97017 2010-10-26 01:53:05Z allan $
+# $Id: PKGBUILD 118924 2011-04-09 12:46:47Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: lydgate
pkgname=mlocate
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.24
+pkgrel=1
pkgdesc="Faster merging drop-in for slocate"
arch=('i686' 'x86_64' 'mips64el')
url="http://carolina.mff.cuni.cz/~trmac/blog/mlocate"
@@ -19,17 +19,21 @@ install=mlocate.install
source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz
updatedb.conf
updatedb.cron.daily)
-md5sums=('db48f27fae91c754c46d8046919803c5'
+md5sums=('a9c221e5bc489a2ed710c943990137bd'
'c374ff223f2e07b5e602ba22359f2335'
'cde5da81bebad2de556ef2e43d895e13')
build() {
cd $srcdir/$pkgname-$pkgver
- # Build!
sed -i '/^groupname /s/mlocate/locate/' Makefile.in
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make
+
+}
+
+check() {
+ cd $srcdir/$pkgname-$pkgver
make check
}