fix: add alsa-lib dependency for aishell
All checks were successful
release / Release (push) Successful in 7m20s

This commit is contained in:
2026-03-28 14:00:12 +09:00
parent 0372e0e2f7
commit 6a24741ba8

View File

@@ -6,8 +6,8 @@ pkgdesc='custom shell for aios'
arch=('x86_64') arch=('x86_64')
url='https://git.syui.ai/ai/shell' url='https://git.syui.ai/ai/shell'
license=('MIT') license=('MIT')
depends=('gcc-libs') depends=('gcc-libs' 'alsa-lib')
makedepends=('rust' 'cargo' 'git') makedepends=('rust' 'cargo' 'git' 'alsa-lib')
options=('!lto' '!debug') options=('!lto' '!debug')
source=("git+https://git.syui.ai/ai/shell.git#branch=main") source=("git+https://git.syui.ai/ai/shell.git#branch=main")
sha256sums=('SKIP') sha256sums=('SKIP')