diff options
-rw-r--r-- | community/cassandra-cpp-driver/APKBUILD | 2 | ||||
-rw-r--r-- | community/ddrescue/APKBUILD | 2 | ||||
-rw-r--r-- | community/elasticsearch/APKBUILD | 2 | ||||
-rw-r--r-- | community/john/APKBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/community/cassandra-cpp-driver/APKBUILD b/community/cassandra-cpp-driver/APKBUILD index 287ed72fc1..9b0847025b 100644 --- a/community/cassandra-cpp-driver/APKBUILD +++ b/community/cassandra-cpp-driver/APKBUILD @@ -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="" diff --git a/community/ddrescue/APKBUILD b/community/ddrescue/APKBUILD index 00a272c789..014bd0474e 100644 --- a/community/ddrescue/APKBUILD +++ b/community/ddrescue/APKBUILD @@ -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" diff --git a/community/elasticsearch/APKBUILD b/community/elasticsearch/APKBUILD index d1472a93b8..19e45f21b4 100644 --- a/community/elasticsearch/APKBUILD +++ b/community/elasticsearch/APKBUILD @@ -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="" diff --git a/community/john/APKBUILD b/community/john/APKBUILD index 492c5e7265..5fa32568c1 100644 --- a/community/john/APKBUILD +++ b/community/john/APKBUILD @@ -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" |