diff options
author | robertfoster | 2025-04-12 13:59:20 +0000 |
---|---|---|
committer | robertfoster | 2025-04-12 13:59:20 +0000 |
commit | 2f2303b37553ddd9add6a66493ffe0cf9e5f3824 (patch) | |
tree | 9bfe4bf7db576035aef92002571bc76d058edff1 | |
parent | fbbe959485bdf2c6e59d092aa5fbdca1d0898b2f (diff) | |
download | aur-2f2303b37553ddd9add6a66493ffe0cf9e5f3824.tar.gz |
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -14,8 +14,8 @@ pkgbase = llama.cpp-sycl-f32-git optdepends = python-gguf: convert_hf_to_gguf python script optdepends = python-numpy: convert_hf_to_gguf.py python script optdepends = python-pytorch: convert_hf_to_gguf.py python script - provides = llama.cpp-sycl-f32 conflicts = llama.cpp-sycl-f32 + conflicts = llama.cpp source = llama.cpp-sycl-f32::git+https://github.com/ggerganov/llama.cpp source = kompute::git+https://github.com/nomic-ai/kompute.git source = llama.cpp.conf @@ -18,8 +18,8 @@ optdepends=( 'python-numpy: convert_hf_to_gguf.py python script' 'python-pytorch: convert_hf_to_gguf.py python script' ) -conflicts=("${pkgname%%-git}") -provides=("${pkgname%%-git}") +conflicts=("${pkgname%%-git}" 'llama.cpp') +conflicts=("${pkgname%%-git}" 'llama.cpp') source=("${pkgname%%-git}::git+${url}" "kompute::git+https://github.com/nomic-ai/kompute.git" "llama.cpp.conf" |