community/[various]: add aarch64 support

enable aarch64 support for:
- cassandra-cpp-driver
- ddrescue
- elasiticsearch
- john

Signed-off-by: ossdev <ossdev@puresoftware.com>
This commit is contained in:
ossdev 2019-06-04 16:41:16 +05:30 committed by Natanael Copa
parent a5ed25b5fb
commit 46eefbd06a
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ pkgver=2.10.0
pkgrel=0
pkgdesc="Cassandra CPP Driver"
url="https://datastax.github.io/cpp-driver/"
arch="x86_64 x86 ppc64le"
arch="aarch64 x86_64 x86 ppc64le"
license="Apache-2.0"
options="!check" # FIXME: cassandra_integration_tests won't link
depends=""

View File

@ -4,7 +4,7 @@ pkgver=1.24
pkgrel=0
pkgdesc="Data recovery tool for block devices with errors"
url="https://www.gnu.org/s/ddrescue/ddrescue.html"
arch="all !aarch64"
arch="all"
license="GPL-3.0-or-later"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.lz"

View File

@ -5,7 +5,7 @@ pkgver=6.4.3
pkgrel=0
pkgdesc="Open Source, Distributed, RESTful Search Engine"
url="https://www.elastic.co/products/elasticsearch"
arch="x86 x86_64 ppc64le"
arch="aarch64 x86 x86_64 ppc64le"
license="Apache-2.0"
depends="java-jna-native>=4.1 openjdk8-jre bash"
makedepends=""

View File

@ -7,7 +7,7 @@ _pkgrel=jumbo-1
pkgrel=0
pkgdesc="John the Ripper password cracker"
url="http://www.openwall.com/john"
arch="x86_64 armhf armv7"
arch="aarch64 x86_64 armhf armv7"
license="GPL-2.0"
depends="nss"
options="!strip"