diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-14 03:37:58 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-14 03:37:58 +0000 |
commit | 86a5624291a8a72d9a0a2c51fcc64bf6e221524b (patch) | |
tree | e585f1910631fdca9c14bc3127c269c8005c838e /community/lucene++ | |
parent | b6ad8075baf858359209aa7f1af82a143dcc0c80 (diff) |
Fri Feb 14 03:35:43 UTC 2014
Diffstat (limited to 'community/lucene++')
-rw-r--r-- | community/lucene++/PKGBUILD | 8 |
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() { |