From 354d1739a2bd77cf62b30e1966773c3f4caefb86 Mon Sep 17 00:00:00 2001 From: Cameron Otsuka Date: Tue, 27 May 2025 15:03:54 -0700 Subject: [PATCH] v0.26 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0d66641..7545c7a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-llm pkgdesc = Access large language models from the command-line - pkgver = 0.25 - pkgrel = 2 + pkgver = 0.26 + pkgrel = 1 url = https://github.com/simonw/llm arch = any license = Apache-2.0 @@ -22,7 +22,7 @@ pkgbase = python-llm 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 + source = python-llm-0.26.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.26.tar.gz sha256sums = SKIP pkgname = python-llm diff --git a/PKGBUILD b/PKGBUILD index e534a14..747271a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Martin Harrigan pkgname="python-llm" _name=${pkgname#python-} -pkgver="0.25" -pkgrel=2 +pkgver="0.26" +pkgrel=1 pkgdesc="Access large language models from the command-line" arch=("any") url="https://github.com/simonw/llm" -- 2.53.0