summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames An2016-01-20 00:20:47 -0500
committerJames An2016-01-20 00:20:47 -0500
commit1441388a0c89eb3a6386ad9a586ad238e0ef93b3 (patch)
treeb29575065714721e7ed69f914181ad0f4e44b2bf /PKGBUILD
parent731eb4f44b827fe041a94644578004da28231fbd (diff)
downloadaur-1441388a0c89eb3a6386ad9a586ad238e0ef93b3.tar.gz
Fixed variable expansion typo in installation message.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"