diff options
author | root <root@rshg054.dnsready.net> | 2013-07-09 01:22:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-09 01:22:21 -0700 |
commit | 10aa61ef39e662453e1d817046e359372fe3b326 (patch) | |
tree | b4b80fca9ddca701f90f9a5f3e538da42afc65eb /community/recoll/PKGBUILD | |
parent | f6f03b59111d2fa5eb1b97f04001c69cd99cca6c (diff) |
Tue Jul 9 01:22:19 PDT 2013
Diffstat (limited to 'community/recoll/PKGBUILD')
-rw-r--r-- | community/recoll/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/recoll/PKGBUILD b/community/recoll/PKGBUILD index 2f0f80ce2..682e18402 100644 --- a/community/recoll/PKGBUILD +++ b/community/recoll/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91024 2013-05-18 10:14:53Z spupykin $ +# $Id: PKGBUILD 93674 2013-07-08 11:20:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Robert Emil Berge <filoktetes@linuxophic.org> pkgname=recoll -pkgver=1.19.2 +pkgver=1.19.5 pkgrel=1 pkgdesc="Full text search tool based on Xapian backend" arch=('i686' 'x86_64') @@ -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=('caffd86c122476ca0bcdde55177b393b') +md5sums=('4a770950d47dee4f6b4ef95e1bc16a5a') build() { cd "$srcdir/$pkgname-$pkgver" |