summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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