Skip to content

Commit

Permalink
feat(whisper.cpp): fix interfere
Browse files Browse the repository at this point in the history
  • Loading branch information
xiota committed Nov 4, 2024
1 parent a667d3c commit 2728a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion whisper.cpp/.CI/PKGBUILD.append
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
for _p in "${pkgname[@]}"; do
eval "package_$_p() {
depends+=('libggml')
$(declare -f "_package_$_p" | tail -n +2)
$(declare -f "package_$_p" | tail -n +2)
}"
done
2 changes: 1 addition & 1 deletion whisper.cpp/.CI/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CI_PACKAGE_BUMP=1.7.1-2/1
CI_PACKAGE_BUMP=1.7.1-2/2
CI_PKGBUILD_SOURCE=aur

0 comments on commit 2728a86

Please sign in to comment.