mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-06-19 12:13:32 +00:00
ci: add arm64 support
This commit is contained in:
@@ -3,7 +3,8 @@ pkgbase = pwsp
|
||||
pkgver = 1.10.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/arabianq/pipewire-soundpad
|
||||
arch = any
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
makedepends = clang
|
||||
makedepends = rust
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgname=pwsp
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc="Lets you play audio files through your microphone"
|
||||
arch=('any')
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/arabianq/pipewire-soundpad"
|
||||
license=('MIT')
|
||||
makedepends=(clang rust cargo cmake pipewire alsa-lib)
|
||||
|
||||
Reference in New Issue
Block a user