summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2016-08-17 13:54:27 -0400
committerJames An2016-08-17 13:54:27 -0400
commit688966be86006cd0af070b56e585a543d25bcf90 (patch)
tree9130a228d00be20b1c09477187be205564133104
parentdc0f4c0e53b5756e3c3473030581951fb129d170 (diff)
downloadaur-688966be86006cd0af070b56e585a543d25bcf90.tar.gz
Removed upper range version restriction on required solr installation.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d5898bda4fb..b2c58ccfcce9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = solr-conf-drupal
pkgdesc = Configuration files to enable Drupal 7.x or 8.x to use Solr 3.x, 4.x, or 5.x as its search provider
pkgver = 20160708
- pkgrel = 1
+ pkgrel = 2
url = http://drupal.org/project/search_api_solr
arch = any
license = GPL
depends = solr>=3
- depends = solr<=5
optdepends = drupal: Solr client for these configuration files
optdepends = aegir: meta-Drupal hosting platform
optdepends = solr-undertow: high performance servlet container for Solr
diff --git a/PKGBUILD b/PKGBUILD
index ed43edb54a97..a8904cd548d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _pkgname=search_api_solr
pkgver=20160708
_pkgvers=(7.x-1.11
8.x-1.0-alpha5)
-pkgrel=1
+pkgrel=2
pkgdesc="Configuration files to enable Drupal 7.x or 8.x to use Solr 3.x, 4.x, or 5.x as its search provider"
arch=('any')
url="http://drupal.org/project/$_pkgname"
license=('GPL')
-depends=('solr>=3' 'solr<=5')
+depends=('solr>=3')
optdepends=(
'drupal: Solr client for these configuration files'
'aegir: meta-Drupal hosting platform'