diff options
author | radiolamp | 2024-12-10 07:25:40 +0300 |
---|---|---|
committer | radiolamp | 2024-12-10 07:25:40 +0300 |
commit | 7de4f9ba099d873fffa9a367509ac8458534e7f2 (patch) | |
tree | 48e16989c0155e5a0459e940e89b769efbc52111 | |
parent | 108180f025f691d7ad02617d933184a6df79f058 (diff) | |
download | aur-7de4f9ba099d873fffa9a367509ac8458534e7f2.tar.gz |
(date)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = alpaca-ai pkgdesc = Alpaca is an Ollama client where you can manage and chat with multiple models, Alpaca provides an easy and begginer friendly way of interacting with local AI, everything is open source and powered by Ollama. - pkgver = 2.7.0 + pkgver = 2.9.0 pkgrel = 2 url = https://github.com/Jeffser/alpaca arch = x86_64 @@ -24,7 +24,7 @@ pkgbase = alpaca-ai depends = python-grequests depends = python-youtube-transcript-api options = !debug - source = https://github.com/Jeffser/alpaca/archive/2.7.0/alpaca-2.7.0.tar.gz - b2sums = 374e2aa2ae1f1b63dd2f10b24097c48a8e4b043892ff226f4473bf9f8b817a7fb46e4a539e04abdd514fa3ede22637f2855eb4599f3af46bf15076685b342e9f + source = https://github.com/Jeffser/alpaca/archive/2.9.0/alpaca-2.9.0.tar.gz + b2sums = SKIP pkgname = alpaca-ai @@ -1,11 +1,8 @@ - - # Maintainer: Radiolin <anton.osi2011@gmail.com> - pkgname=alpaca-ai _pkgname=alpaca -pkgver=2.7.0 +pkgver=2.9.0 pkgrel=2 pkgdesc="Alpaca is an Ollama client where you can manage and chat with multiple models, Alpaca provides an easy and begginer friendly way of interacting with local AI, everything is open source and powered by Ollama." arch=(x86_64) @@ -35,7 +32,7 @@ makedepends=( ) options=(!debug) source=($url/archive/$pkgver/$_pkgname-$pkgver.tar.gz) -b2sums=(374e2aa2ae1f1b63dd2f10b24097c48a8e4b043892ff226f4473bf9f8b817a7fb46e4a539e04abdd514fa3ede22637f2855eb4599f3af46bf15076685b342e9f) +b2sums=("SKIP") build() { arch-meson ${_pkgname^}-$pkgver build |