mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add aarch64 to architecture list
This commit is contained in:
parent
f492d0eeea
commit
974830334c
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue