summaryrefslogtreecommitdiff
path: root/community/recoll
diff options
context:
space:
mode:
Diffstat (limited to 'community/recoll')
-rw-r--r--community/recoll/PKGBUILD27
1 files changed, 14 insertions, 13 deletions
diff --git a/community/recoll/PKGBUILD b/community/recoll/PKGBUILD
index ecde3d2d9..876af1fc3 100644
--- a/community/recoll/PKGBUILD
+++ b/community/recoll/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 46293 2011-05-04 15:27:19Z spupykin $
+# $Id: PKGBUILD 55244 2011-09-07 09:45:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Vladimir Chizhov <jagoterr@gmail.com>
@@ -6,26 +6,27 @@
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=recoll
-pkgver=1.15.8
+pkgver=1.15.9
pkgrel=1
pkgdesc="Full text search tool based on Xapian backend"
arch=('i686' 'x86_64')
url="http://www.lesbonscomptes.com/recoll/"
license=('GPL')
depends=('xapian-core>=1.0.15-1' 'qt' 'openssl' 'hicolor-icon-theme')
-optdepends=('unzip: for the OpenOffice.org documents'
- 'xpdf: for pdf'
- 'pstotext: for postscipt'
- 'antiword: for msword'
- 'catdoc: for ms excel and powerpoint'
- 'unrtf: for RTF'
- 'tetex: for dvi support with dvips'
- 'djvulibre: for djvu'
- 'id3lib: for mp3 tags support with id3info'
- 'python2: for using some filters')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+ 'unzip: for the OpenOffice.org documents'
+ 'xpdf: for pdf'
+ 'pstotext: for postscipt'
+ 'antiword: for msword'
+ 'catdoc: for ms excel and powerpoint'
+ 'unrtf: for RTF'
+ 'untex: for dvi support with dvips'
+ 'djvulibre: for djvu'
+ 'id3lib: for mp3 tags support with id3info'
+ 'python2: for using some filters')
install=recoll.install
source=(http://www.lesbonscomptes.com/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('ca08ff6b8898587c120effd98cc9c85a')
+md5sums=('93755266553f4a403d1b9293212aae16')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"