summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2016-01-20 00:20:47 -0500
committerJames An2016-01-20 00:20:47 -0500
commit1441388a0c89eb3a6386ad9a586ad238e0ef93b3 (patch)
treeb29575065714721e7ed69f914181ad0f4e44b2bf
parent731eb4f44b827fe041a94644578004da28231fbd (diff)
downloadaur-solr5-zip.tar.gz
Fixed variable expansion typo in installation message.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--solr-5.3.1.zip.partbin0 -> 32768 bytes
-rw-r--r--solr5-zip.install2
4 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec8de4bd65af..1d87b2baad00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 10:05:51 UTC 2015
+# Tue Dec 8 10:08:38 UTC 2015
pkgbase = solr5-zip
pkgdesc = Popular, blazing fast open source enterprise search platform from the Apache Lucene project
pkgver = 5.3.1
- pkgrel = 1
+ pkgrel = 2
url = http://lucene.apache.org/solr
install = solr5-zip.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 344c14f82114..f03f7aec3688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=solr
pkgname="${_pkgname}5-zip"
pkgver=5.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Popular, blazing fast open source enterprise search platform from the Apache Lucene project'
arch=('any')
url="http://lucene.apache.org/$_pkgname"
diff --git a/solr-5.3.1.zip.part b/solr-5.3.1.zip.part
new file mode 100644
index 000000000000..0d18c3b615f4
--- /dev/null
+++ b/solr-5.3.1.zip.part
Binary files differ
diff --git a/solr5-zip.install b/solr5-zip.install
index ddb4ca63c1fd..838af689fc8a 100644
--- a/solr5-zip.install
+++ b/solr5-zip.install
@@ -4,5 +4,5 @@ post_install() {
post_upgrade() {
echo 'If used with solr-undertow, set solr.undertow.solrWarFile in the conf file (e.g. /etc/solr/default.conf)'
- echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-$1.zip)."
+ echo "to the path of the solr zip file (i.e. /usr/share/java/lib/solr/solr-${1%-*}.zip)."
}