summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorradiolamp2024-12-10 07:25:40 +0300
committerradiolamp2024-12-10 07:25:40 +0300
commit7de4f9ba099d873fffa9a367509ac8458534e7f2 (patch)
tree48e16989c0155e5a0459e940e89b769efbc52111
parent108180f025f691d7ad02617d933184a6df79f058 (diff)
downloadaur-7de4f9ba099d873fffa9a367509ac8458534e7f2.tar.gz
(date)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 054014def871..8301f66d385d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 499246096561..db4498fb041f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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