@frozeus You are not running Arch Linux on the macbook, you are running a fork, either asahi or arch linux arm (I am not sure if alarm even supports M2), these are unsupported by Arch Linux, and its "use at your own risk".
If you can prove this works fine under the 'any' flag for architecture, I will update it, see the patch below:
From f20deceb219ab4dbbe5c9e9ba4a9de36b4555246 Mon Sep 17 00:00:00 2001
From: Polarian <polarian@polarian.dev>
Date: Wed, 31 May 2023 14:23:53 +0100
Subject: [PATCH] Change architecture to any
---
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 80e7f74..1943cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,11 @@
_extractedName="google-cloud-sdk"
pkgname="google-cloud-cli"
pkgver=432.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A set of command-line tools for the Google Cloud Platform. Includes gcloud (with beta and alpha commands), gsutil, and bq."
url="https://cloud.google.com/cli/"
license=("Apache")
-arch=('x86_64')
+arch=('any')
depends=('python')
optdepends=(
"python2: for dev_appserver.py and endpointscfg support"
--
2.40.1
Provide me the build log under aarch64, and if it works properly I will apply the patch to the package right now.
Thank you, Polarian
Pinned Comments