diff options
author | radiolamp | 2025-02-04 19:13:39 +0300 |
---|---|---|
committer | radiolamp | 2025-02-04 19:13:39 +0300 |
commit | ec5af136f0f3ba87da43795928f7e7169c9f4b76 (patch) | |
tree | ae209f0191b71799897c371e9016ecc82e876e39 | |
parent | 515bc77bee48c0124f3dea1907b3488159918c0d (diff) | |
download | aur-ec5af136f0f3ba87da43795928f7e7169c9f4b76.tar.gz |
(date)
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 3 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 = 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 @@ -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=( |