diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD index 19ff9dbd79d49e48f835a0c4da2aa18bbf2f1ad4..4c4f13637943be576e9ec50434bb5801f814f34d 100644 --- a/community/rippled/APKBUILD +++ b/community/rippled/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=rippled pkgver=1.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="Blockchain daemon implementing the Ripple Consensus Ledger" options="net !check" # FIXME: 1 failure, rippled testsuite doesn't tell which one it is url="https://ripple.com/" -arch="x86_64" +# needs 64bit, build fails on s390x and ppc64le +arch="aarch64 x86_64" license="ISC" makedepends=" boost-dev