summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobertfoster2025-04-12 13:59:20 +0000
committerrobertfoster2025-04-12 13:59:20 +0000
commit2f2303b37553ddd9add6a66493ffe0cf9e5f3824 (patch)
tree9bfe4bf7db576035aef92002571bc76d058edff1
parentfbbe959485bdf2c6e59d092aa5fbdca1d0898b2f (diff)
downloadaur-2f2303b37553ddd9add6a66493ffe0cf9e5f3824.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4232ef64015..c5ab78a77d05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b4a3438fd3dd..1f390af455fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"