diff options
author | M0Rf30 | 2023-05-25 21:23:50 +0200 |
---|---|---|
committer | M0Rf30 | 2023-05-25 21:23:50 +0200 |
commit | d8eb39a7db05bd2a3b091bf733e4a103aae61ae6 (patch) | |
tree | 1fe146cc2267f34cf7e055f41be57c0dbf8dda98 | |
parent | 6dc2f32589b71593b7c7dc2d343326141461f9c9 (diff) | |
download | aur-d8eb39a7db05bd2a3b091bf733e4a103aae61ae6.tar.gz |
llama.cpp-git: add git as makedep
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ pkgbase = llama.cpp-git arch = x86_64 license = MIT makedepends = cmake + makedepends = git provides = llama.cpp conflicts = llama.cpp source = llama.cpp::git+https://github.com/ggerganov/llama.cpp @@ -8,7 +8,7 @@ arch=('armv7h' 'aarch64' 'x86_64') url="https://github.com/ggerganov/llama.cpp" license=("MIT") depends=() -makedepends=('cmake') +makedepends=('cmake' 'git') conflicts=("${pkgname%-git}") provides=("${pkgname%-git}") source=("${pkgname%-git}::git+${url}") |