summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-03-15 20:34:30 +0800
committerJingbei Li2017-03-15 20:34:30 +0800
commit9be26a1b327a22b426ff63b7e544e23a7b990e72 (patch)
tree100ad6e13e5dddfac69fffe710ac44aba9ef5aab
parentc061481328e6ca7ce9bd650b38803765dd1bd793 (diff)
downloadaur-9be26a1b327a22b426ff63b7e544e23a7b990e72.tar.gz
Updated to 6.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7eb243b67ab..3b728aadb7fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Feb 16 13:45:16 UTC 2017
+# Wed Mar 15 12:34:22 UTC 2017
pkgbase = apache-lucene
pkgdesc = Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
- pkgver = 6.4.1
- pkgrel = 2
+ pkgver = 6.4.2
+ pkgrel = 1
url = https://lucene.apache.org/
arch = any
license = APACHE
depends = java-runtime
- source = http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/6.4.1/lucene-6.4.1.tgz
- md5sums = e1354af6e796144e73bf3ab7af1b0bf3
+ source = http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/6.4.2/lucene-6.4.2.tgz
+ md5sums = f3605f6c682f54d13909f3db2eb881fd
pkgname = apache-lucene
diff --git a/PKGBUILD b/PKGBUILD
index 7a4a20306578..eb7bf40bda97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=lucene
pkgname=apache-$_pkgname
-pkgver=6.4.1
-pkgrel=2
+pkgver=6.4.2
+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/"
@@ -11,7 +11,7 @@ license=('APACHE')
depends=('java-runtime')
_mirror="http://mirrors.tuna.tsinghua.edu.cn/apache"
source=("$_mirror/$_pkgname/java/$pkgver/$_pkgname-${pkgver}.tgz")
-md5sums=('e1354af6e796144e73bf3ab7af1b0bf3')
+md5sums=('f3605f6c682f54d13909f3db2eb881fd')
package() {
cd "${srcdir}/$_pkgname-$pkgver"