From 974830334c2d7ef92afc73b6f5100b97179e5e6c Mon Sep 17 00:00:00 2001 From: Sergei Slipchenko Date: Thu, 2 Oct 2025 11:22:27 +0400 Subject: [PATCH] Add aarch64 to architecture list --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 9160daff062c0..115c2b06db9b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=still pkgver=0.0.1 pkgrel=1 pkgdesc="Freeze the screen of a Wayland compositor until a provided command exits" -arch=('x86_64') +arch=(x86_64 aarch64) url="https://github.com/faergeek/still" license=(MIT) depends=(wayland)