[arch-commits] Commit in lucene/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Mar 8 19:32:36 UTC 2010


    Date: Monday, March 8, 2010 @ 14:32:36
  Author: andyrtr
Revision: 71701

upgpkg: lucene 2.9.2-1
revert to new bugfix release 2.9.2 - we delay 3.x update because OOo still can't make use of it

Modified:
  lucene/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-08 13:58:27 UTC (rev 71700)
+++ PKGBUILD	2010-03-08 19:32:36 UTC (rev 71701)
@@ -3,15 +3,16 @@
 # Contributor: Andy Roberts (arooaroo) <dev at andy-roberts.net>
 
 pkgname=lucene
-pkgver=3.0.0
+pkgver=2.9.2 # don't update to 3.x tree - OOo is not yet ready to use it
 pkgrel=1
 arch=('any')
 pkgdesc="A high-performance, full-featured text search engine library written entirely in Java"
 url="http://lucene.apache.org/java/docs/index.html"
 license="APACHE"
 depends=('java-runtime')
+options=('force')
 source=(http://www.mirrorservice.org/sites/ftp.apache.org/lucene/java/lucene-${pkgver}.tar.gz)
-md5sums=('052b8809287a652cb2f8a413ec76a8ea')
+md5sums=('b85aa876d20fcbccada1151c4fc76187')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list