testing/[elasticsearch,maven]: disable on armhf, no openjdk8

This commit is contained in:
Timo Teräs 2016-04-05 14:03:59 +03:00
parent cafc9bd698
commit a2acbeb33f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pkgver=2.2.1
pkgrel=0
pkgdesc="Open Source, Distributed, RESTful Search Engine"
url="https://www.elastic.co/products/elasticsearch"
arch="noarch"
arch="x86_64 x86"
license="ASL 2.0"
depends="openjdk8-jre"
makedepends=""

View File

@ -7,7 +7,7 @@ _pkgname="$pkgname-${pkgver%%.*}"
pkgrel=0
pkgdesc="A Java project management and project comprehension tool."
url="http://maven.apache.org"
arch="noarch"
arch="x86_64 x86"
license="ASL 2.0"
depends="openjdk8-jre"
source="http://mirror.hosting90.cz/apache/$pkgname/$_pkgname/$pkgver/binaries/apache-$pkgname-$pkgver-bin.tar.gz"