fix: add alsa-lib dependency for aishell
All checks were successful
release / Release (push) Successful in 7m20s
All checks were successful
release / Release (push) Successful in 7m20s
This commit is contained in:
@@ -6,8 +6,8 @@ pkgdesc='custom shell for aios'
|
||||
arch=('x86_64')
|
||||
url='https://git.syui.ai/ai/shell'
|
||||
license=('MIT')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('rust' 'cargo' 'git')
|
||||
depends=('gcc-libs' 'alsa-lib')
|
||||
makedepends=('rust' 'cargo' 'git' 'alsa-lib')
|
||||
options=('!lto' '!debug')
|
||||
source=("git+https://git.syui.ai/ai/shell.git#branch=main")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
Reference in New Issue
Block a user