Package Details: apache-lucene 9.10.0-1

Git Clone URL: https://aur.archlinux.org/apache-lucene.git (read-only, click to copy)
Package Base: apache-lucene
Description: Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
Upstream URL: https://lucene.apache.org/
Licenses: Apache
Submitter: petronny
Maintainer: petronny (AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 11
Popularity: 0.000000
First Submitted: 2017-01-23 08:03 (UTC)
Last Updated: 2024-02-21 07:58 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3

haawda commented on 2018-04-07 08:45 (UTC)

This piece of software should really be download from a nearby mirror. Visit http://www.apache.org/dyn/closer.lua/lucene/java/7.3.0 and pick the recommendation for you.

ian57 commented on 2018-01-16 14:50 (UTC) (edited on 2018-01-16 14:55 (UTC) by ian57)

http://mirrors.tuna.tsinghua.edu.cn switched to 7.2.1

This pkgbuild works :

Maintainer: Jingbei Li i@jingbei.li

_pkgname=lucene

pkgname=apache-$_pkgname

pkgver=7.2.0

pkgrel=1

pkgdesc="Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java."

arch=('any')

url="https://lucene.apache.org/"

license=('APACHE')

depends=('java-runtime')

_mirror="http://archive.apache.org/dist"

source=("$_mirror/$_pkgname/java/$pkgver/$_pkgname-${pkgver}.tgz")

md5sums=('f93fd420f45ac060eed1f2818b1a8a43')

package() {

    cd "${srcdir}/$_pkgname-$pkgver"

    mkdir -p $pkgdir/usr/share/java/$pkgname

    find . -type f -name '*.jar' -exec mv {} $pkgdir/usr/share/java/$pkgname \;

    install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"

}

Xwang commented on 2017-11-10 19:46 (UTC)

This PKGBUILD works: # Maintainer: Jingbei Li <i@jingbei.li> _pkgname=lucene pkgname=apache-$_pkgname pkgver=7.1.0 pkgrel=1 pkgdesc="Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java." arch=('any') url="https://lucene.apache.org/" license=('APACHE') depends=('java-runtime') _mirror="http://apache.mirror.iphh.net/" source=("$_mirror/$_pkgname/java/$pkgver/$_pkgname-${pkgver}.tgz") md5sums=('dfb465eb69e652ec31b8134dbc0def3c') package() { cd "${srcdir}/$_pkgname-$pkgver" mkdir -p $pkgdir/usr/share/java/$pkgname find . -type f -name '*.jar' -exec mv {} $pkgdir/usr/share/java/$pkgname \; install -Dm644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/license.txt" }

Xwang commented on 2017-11-10 19:38 (UTC)

Error 404 trying to download.

kruemel commented on 2017-09-12 10:27 (UTC)

There's a new version (6.6.1) link: http://apache.mirror.iphh.net/lucene/java/6.6.1/lucene-6.6.1.tgz

NyanNyanKoneko commented on 2017-06-11 23:00 (UTC)

Gotta update the PKGBuild file to use the newer version, I think. pkgver=6.6.0 md5sums=('cb81d303d4c72c95c74b4788ebef9e4b')

Wallacy commented on 2017-06-11 22:43 (UTC)

Mirror down :/

gahag commented on 2017-03-29 01:39 (UTC)

mirror down again.

petronny commented on 2017-03-15 12:35 (UTC)

@@Olorin.Narya Fixed. Thanks for report

Olorin.Narya commented on 2017-03-15 11:30 (UTC)

mirror down.