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')
|
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')
|
||||||
|
|||||||
Reference in New Issue
Block a user