diff options
author | root <root@rshg054.dnsready.net> | 2013-04-17 00:05:54 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-17 00:05:54 -0700 |
commit | 0f02baec6afdab918d86a226ee9a984482b5a534 (patch) | |
tree | 15cb1e77a0a46bc218404a4725caeda3089039f8 /community/recoll | |
parent | 975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff) |
Wed Apr 17 00:05:54 PDT 2013
Diffstat (limited to 'community/recoll')
-rw-r--r-- | community/recoll/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/recoll/PKGBUILD b/community/recoll/PKGBUILD index d4cbb739f..5c5d940e5 100644 --- a/community/recoll/PKGBUILD +++ b/community/recoll/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 85408 2013-03-01 10:39:48Z andrea $ +# $Id: PKGBUILD 88329 2013-04-16 13:30:45Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> pkgname=recoll -pkgver=1.18.1 -pkgrel=3 +pkgver=1.18.2 +pkgrel=1 pkgdesc="Full text search tool based on Xapian backend" arch=('i686' 'x86_64') url="http://www.lesbonscomptes.com/recoll/" @@ -31,7 +31,7 @@ optdepends=('libxslt: for XML based formats (fb2,etc)' 'aspell-en: English stemming support') install=recoll.install source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('f0e4ba8fc988d67a92e15f6283a485a4') +md5sums=('fee17c0edbe9199ae7662f6ec46eda07') build() { cd "$srcdir/$pkgname-$pkgver" @@ -47,7 +47,7 @@ build() { sed -i '1,1i#include <unistd.h>' utils/rclionice.cpp - ./configure \ + QMAKE=qmake-qt4 ./configure \ --prefix=/usr \ --mandir=/usr/share/man make |