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 Next › Last »

Xwang commented on 2020-04-26 13:57 (UTC) (edited on 2020-04-26 13:58 (UTC) by Xwang)

This PKGBUILD works with 8.5.1:


_pkgname=lucene
pkgname=apache-$_pkgname
pkgver=8.5.1
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')
source=("http://www.apache.org/dyn/closer.cgi?filename=$_pkgname/java/$pkgver/$_pkgname-$pkgver-src.tgz&action=download")
md5sums=('9ebb354fae1f66011a9ecbfae696e26d')

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" }

pfm commented on 2020-01-07 09:59 (UTC)

Please refer to https://www.apache.org/dev/release-download-pages#closer how to generate a direct download link: "http://www.apache.org/dyn/closer.cgi?filename=$_pkgname/java/$pkgver/$_pkgname-$pkgver-src.tgz&action=download" (lucene 8.4.0). And please do not provide an unofficial mirror without a gpg key (.asc) from the main Apache web site. I consider that highly suspicious.

kyak commented on 2019-06-10 16:21 (UTC)

404 on download url. Really shitty advice to change the url manually, especially for those using aur helpers.

petronny commented on 2019-05-05 10:58 (UTC) (edited on 2019-05-05 10:58 (UTC) by petronny)

@simona You can change _mirror in PKGBUILD to other mirrors yourself.

simona commented on 2019-05-04 18:45 (UTC)

I can't reach http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/7.7.1/lucene-7.7.1.tgz can you change to https://mirror.turnkeylinux.org/apache/lucene/java/7.7.1/lucene-7.7.1.tgz ?

mgl commented on 2019-03-25 16:21 (UTC)

Can't download because version 7.7.0 is no longer in that link, just change the "pkgver" to "7.7.1" and md5sums to "effe8a128d36c43954cfacb7cdd4b121".

simona commented on 2019-02-19 15:53 (UTC)

It can't download source to me...

-> Download di lucene-7.7.0.tgz in corso... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds.3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds.2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0Warning: Transient problem: timeout Will retry in 3 seconds.1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0curl: (6) Could not resolve host: mirrors.tuna.tsinghua.edu.cn ==> ERRORE: Impossibile scaricare http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/7.7.0/lucene-7.7.0.tgz

adrien20000 commented on 2018-10-03 19:34 (UTC) (edited on 2018-10-03 19:35 (UTC) by adrien20000)

Hello,

The package has been updated from 7.4.0 to 7.5.0, here is the link to the new file : https://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/7.5.0/

Thank to update the package.

Hyogg commented on 2018-09-10 19:04 (UTC)

The PKGBUILD states a version 7.4.0 which is correct but the .SRCINFO gives the value 7.3.1.

As I am new with Arch I don't know how to deal with this issue.