summaryrefslogtreecommitdiff
path: root/community/lucene++/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lucene++/PKGBUILD')
-rw-r--r--community/lucene++/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/lucene++/PKGBUILD b/community/lucene++/PKGBUILD
index 4ce234302..d5a9410d2 100644
--- a/community/lucene++/PKGBUILD
+++ b/community/lucene++/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 105220 2014-02-02 21:53:42Z eric $
+# $Id: PKGBUILD 105669 2014-02-13 11:02:33Z spupykin $
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Rafael Ferreira <josephgbr@archlinux.info>
pkgname=lucene++
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc='C++ port of the popular Java Lucene library'
arch=(i686 x86_64)
url='https://github.com/luceneplusplus/LucenePlusPlus'
@@ -16,6 +16,10 @@ md5sums=('da785510716a759d7d37a2ee52cb8140')
prepare() {
mkdir build
+ sed -i \
+ -e 's#SET(LUCENE++_VERSION_REVISION.*#SET(LUCENE++_VERSION_REVISION "5")#' \
+ -e 's#SET(LUCENE++_VERSION_PATCH.*#SET(LUCENE++_VERSION_PATCH "0")#' \
+ $srcdir/LucenePlusPlus-rel_$pkgver/CMakeLists.txt
}
build() {