mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
⬆️ Bump version to r3826.ae0ba31f-1
This commit is contained in:
parent
210a00e470
commit
df99b5037a
2 changed files with 7 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue