summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorradiolamp2025-02-01 23:19:39 +0300
committerradiolamp2025-02-01 23:19:39 +0300
commit515bc77bee48c0124f3dea1907b3488159918c0d (patch)
tree4b9a8470de1f2669a755d4a9fd27b413de0c6669
parentf1299fbca80c1fc2e9f5f6d9fcfcf97185a061bb (diff)
downloadaur-515bc77bee48c0124f3dea1907b3488159918c0d.tar.gz
(date)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a749457b4a60..ef1dc9bd70c9 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 = 3.1.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/Jeffser/alpaca
arch = x86_64
@@ -27,8 +27,10 @@ pkgbase = alpaca-ai
depends = python-odfpy
depends = python-pillow
depends = python-pyicu
+ depends = libvoikko
+ depends = nuspell
options = !debug
- source = https://github.com/Jeffser/alpaca/archive/3.1.0/alpaca-3.1.0.tar.gz
+ source = https://github.com/Jeffser/alpaca/archive/4.0.0/alpaca-4.0.0.tar.gz
b2sums = SKIP
pkgname = alpaca-ai
diff --git a/PKGBUILD b/PKGBUILD
index 005bacfc6047..cbe1b35061f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alpaca-ai
_pkgname=alpaca
-pkgver=3.1.0
+pkgver=4.0.0
pkgrel=1
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)
@@ -29,6 +29,8 @@ depends=(
python-odfpy
python-pillow
python-pyicu
+ libvoikko
+ nuspell
)
makedepends=(
git