summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorradiolamp2025-02-04 19:13:39 +0300
committerradiolamp2025-02-04 19:13:39 +0300
commitec5af136f0f3ba87da43795928f7e7169c9f4b76 (patch)
treeae209f0191b71799897c371e9016ecc82e876e39
parent515bc77bee48c0124f3dea1907b3488159918c0d (diff)
downloadaur-ec5af136f0f3ba87da43795928f7e7169c9f4b76.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 ef1dc9bd70c9..976ab7d78e83 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 = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/Jeffser/alpaca
arch = x86_64
@@ -24,13 +24,15 @@ pkgbase = alpaca-ai
depends = gtksourceview5
depends = python-grequests
depends = python-youtube-transcript-api
+ depends = python-matplotlib
depends = python-odfpy
depends = python-pillow
depends = python-pyicu
depends = libvoikko
+ depends = libspelling
depends = nuspell
options = !debug
- source = https://github.com/Jeffser/alpaca/archive/4.0.0/alpaca-4.0.0.tar.gz
+ source = https://github.com/Jeffser/alpaca/archive/4.0.1/alpaca-4.0.1.tar.gz
b2sums = SKIP
pkgname = alpaca-ai
diff --git a/PKGBUILD b/PKGBUILD
index cbe1b35061f2..8db1a8746321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alpaca-ai
_pkgname=alpaca
-pkgver=4.0.0
+pkgver=4.0.1
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)
@@ -26,10 +26,12 @@ depends=(
gtksourceview5
python-grequests
python-youtube-transcript-api
+ python-matplotlib
python-odfpy
python-pillow
python-pyicu
libvoikko
+ libspelling
nuspell
)
makedepends=(