From 2bff253d7d91acb3d13ae49a6864aef9db0a98e7 Mon Sep 17 00:00:00 2001 From: Martijn Braam Date: Sun, 2 Jun 2019 18:06:51 +0200 Subject: [PATCH] phosh/phosh: enabled aarch64 (!414) --- phosh/phosh/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phosh/phosh/APKBUILD b/phosh/phosh/APKBUILD index ebde05e20..b6f6cb8c3 100644 --- a/phosh/phosh/APKBUILD +++ b/phosh/phosh/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 _commit="38a86e4bb443fbfa87443539f323338b05408472" _gvc_commit="ae1a34aafce7026b8c0f65a43c9192d756fe1057" pkgdesc="A shell PoC for the Librem5" -arch="x86 x86_64" +arch="x86 x86_64 aarch64" url="https://source.puri.sm/Librem5/phosh" license="GPL-3.0-only" depends="gtk+3.0 wayland-protocols wlroots gnome-session bash dbus-x11 gnome-settings-daemon virtboard libpulse"