⬆️ Bump version to r3826.ae0ba31f-1

This commit is contained in:
Orion 2025-08-01 09:24:42 +00:00
parent 210a00e470
commit df99b5037a
2 changed files with 7 additions and 4 deletions

View file

@ -26,7 +26,5 @@ pkgbase = ik-llama.cpp
conflicts = ik-llama.cpp-cuda
options = lto
options = !debug
source = git+https://github.com/ikawrakow/ik_llama.cpp
sha256sums = SKIP
pkgname = ik-llama.cpp

View file

@ -34,8 +34,13 @@ provides=(llama.cpp)
options=(lto !debug)
source=("git+${url}")
sha256sums=('SKIP')
source=()
sha256sums=()
prepare() {
cd "$srcdir"
git clone --single-branch --branch main "${url}" "${_pkgname}"
}
pkgver() {
cd "$_pkgname"