diff options
Diffstat (limited to 'extra/clucene')
-rw-r--r-- | extra/clucene/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/clucene/PKGBUILD b/extra/clucene/PKGBUILD index 495060879..88d792a93 100644 --- a/extra/clucene/PKGBUILD +++ b/extra/clucene/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 162256 2012-06-24 14:30:07Z andyrtr $ +# $Id: PKGBUILD 163973 2012-07-23 03:04:22Z allan $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Contributor: Alexander Rødseth # Contributor: Alois Nespor <alois.nespor@gmail.com> # Contributor: Tobias Powalowski <tpowa@archlinux.org> pkgname=clucene pkgver=2.3.3.4 -pkgrel=5 +pkgrel=6 pkgdesc="C++ port of the high-performance text search engine Lucene" arch=('x86_64' 'i686' 'mips64el') url="http://clucene.sourceforge.net/" license=('APACHE' 'LGPL') -depends=('gcc-libs' 'zlib' 'boost-libs') +depends=('gcc-libs>=4.7.1-5' 'zlib' 'boost-libs') makedepends=('cmake' 'boost') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-core-$pkgver.tar.gz # Fedora patches |