Add aarch64 to architecture list

This commit is contained in:
Sergei Slipchenko 2025-10-02 11:22:27 +04:00
parent f492d0eeea
commit 974830334c
No known key found for this signature in database

View file

@ -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)