summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2023-11-27 21:22:40 +0100
committerAlexander F. Rødseth2023-11-27 21:22:40 +0100
commit110f1456573bf11e6b9d12504f0516fb475ac15e (patch)
tree400f7b948fd5ef8ec4c4a32951ac93a79598331c
parentfdb3a1e5dd349853568ac0be327acf1c11234f68 (diff)
downloadaur-110f1456573bf11e6b9d12504f0516fb475ac15e.tar.gz
upgpkg: 0.1.12-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da03de6a3c9f..ecfe6df60c58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = ollama-cuda
makedepends = git
makedepends = go
makedepends = setconf
+ provides = ollama
+ conflicts = ollama
source = git+https://github.com/jmorganca/ollama#commit=16a900630616f47ea18026150cad82d5e8008c01
source = ggml::git+https://github.com/ggerganov/llama.cpp#commit=9e232f0234073358e7031c1b8d7aa45020469a3b
source = gguf::git+https://github.com/ggerganov/llama.cpp#commit=9656026b53236ed7328458269c4c798dd50ac8d1
diff --git a/PKGBUILD b/PKGBUILD
index 33956f584da3..9c2fae71b6db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ _ollamacommit=16a900630616f47ea18026150cad82d5e8008c01 # tag: v0.1.12
_ggmlcommit=9e232f0234073358e7031c1b8d7aa45020469a3b
_ggufcommit=9656026b53236ed7328458269c4c798dd50ac8d1
makedepends=(cmake cuda git go setconf)
+provides=(ollama)
+conflicts=(ollama)
source=(git+$url#commit=$_ollamacommit
ggml::git+https://github.com/ggerganov/llama.cpp#commit=$_ggmlcommit
gguf::git+https://github.com/ggerganov/llama.cpp#commit=$_ggufcommit