From c6c17e2fffaebb1acef75e62b912219cd2bef82b Mon Sep 17 00:00:00 2001 From: Kreijstal Date: Sat, 23 Dec 2023 12:14:27 +0100 Subject: [PATCH] Fix version to comply with msys2 standards --- mingw-w64-llama.cpp/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-llama.cpp/PKGBUILD b/mingw-w64-llama.cpp/PKGBUILD index afc698a998..c5842708f7 100644 --- a/mingw-w64-llama.cpp/PKGBUILD +++ b/mingw-w64-llama.cpp/PKGBUILD @@ -1,7 +1,7 @@ _realname=llama.cpp pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=b1691 +pkgver=r1691.7082d24c pkgrel=1 pkgdesc="Port of Facebook's LLaMA model in C/C++ (mingw-w64)" arch=('any')