From 54deb1fb76cc6482bf50cfdf019cd20fe1d188f0 Mon Sep 17 00:00:00 2001
From: Duncan Bellamy <dunk@denkimushi.com>
Date: Sat, 25 Jun 2022 06:37:13 +0000
Subject: [PATCH] community/rippled: rebuild against grpc 1.47.0

* enable on aarch64
---
 community/rippled/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/community/rippled/APKBUILD b/community/rippled/APKBUILD
index 19ff9dbd79d4..4c4f13637943 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
-- 
GitLab