Skip to content

Commit

Permalink
Added PKGBUILD support for aarch64 and armv7h
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Dec 18, 2022
1 parent 4a481a0 commit 467f9a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ pkgrel=1
pkgdesc="Prevents swayidle from sleeping while any application is outputting or receiving audio"
_pkgfoldername=SwayAudioIdleInhibit
url="https://github.com/ErikReider/$_pkgfoldername"
arch=(x86_64)
arch=(
'x86_64'
'aarch64' # ARM v8 64-bit
'armv7h' # ARM v7 hardfloat
)
license=(GPL)
depends=("wayland>=1.14.91" "wayland-protocols" "libpulse")
makedepends=(gcc meson git)
Expand Down

0 comments on commit 467f9a9

Please sign in to comment.