diff options
author | zackmelan | 2024-07-09 17:25:56 +0300 |
---|---|---|
committer | zackmelan | 2024-07-09 17:25:56 +0300 |
commit | 32e223da9f79711edf1611e71494eefa9e73332d (patch) | |
tree | 8b6a4155f600ea7ce4b85a1e95397b0c292ba908 | |
parent | 888fc6473d56da99825f86401a46d3e174093823 (diff) | |
download | aur-32e223da9f79711edf1611e71494eefa9e73332d.tar.gz |
updated version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = llamafile-git pkgdesc = Distribute and run LLMs with a single file. - pkgver = 0.8.1.r341.9cf7363 - pkgrel = 2 + pkgver = 0.8.9.r454.b3930aa + pkgrel = 1 url = https://github.com/Mozilla-Ocho/llamafile arch = x86_64 license = Apache-2.0 @@ -23,6 +23,8 @@ pkgbase = llamafile-git provides = zipalign conflicts = llamafile conflicts = llamafile-bin + conflicts = android-sdk-build-tools + conflicts = zipalign options = !strip source = llamafile-git::git+https://github.com/Mozilla-Ocho/llamafile sha256sums = SKIP @@ -1,6 +1,6 @@ _basepgkname=llamafile pkgname="${_basepgkname}-git" -pkgver=0.8.6.r407.81cfbcf +pkgver=0.8.9.r454.b3930aa pkgrel=1 pkgdesc="Distribute and run LLMs with a single file." arch=('x86_64') @@ -32,7 +32,7 @@ provides=( 'llamafile-upgrade-engine' 'zipalign' ) -conflicts=('llamafile' 'llamafile-bin') +conflicts=('llamafile' 'llamafile-bin' 'android-sdk-build-tools' 'zipalign') options=(!strip) pkgver() { |