pkgbase = python-llm
pkgdesc = Access large language models from the command-line
pkgver = 0.25
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/simonw/llm
arch = any
license = Apache-2.0
depends = python-pluggy
depends = python-ulid
depends = python-puremagic
+ depends = python-httpx
source = python-llm-0.25.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.25.tar.gz
sha256sums = SKIP
pkgname="python-llm"
_name=${pkgname#python-}
pkgver="0.25"
-pkgrel=1
+pkgrel=2
pkgdesc="Access large language models from the command-line"
arch=("any")
url="https://github.com/simonw/llm"
license=("Apache-2.0")
-depends=("python" "python-click" "python-openai" "python-click-default-group" "python-condense-json" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic")
+depends=("python" "python-click" "python-openai" "python-click-default-group" "python-condense-json" "sqlite-utils" "python-sqlite-migrate" "python-pydantic" "python-pyyaml" "python-pluggy" "python-ulid" "python-puremagic" "python-httpx")
makedepends=("python-build" "python-installer" "python-setuptools" "python-wheel")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/simonw/llm/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=("SKIP")