]> git.otsuka.systems Git - python-llm/commitdiff
add sha256sum master
authorCameron Otsuka <cameron@otsuka.haus>
Tue, 14 Jul 2026 21:34:36 +0000 (14:34 -0700)
committerCameron Otsuka <cameron@otsuka.haus>
Tue, 14 Jul 2026 21:34:36 +0000 (14:34 -0700)
.SRCINFO
PKGBUILD

index 7e33d019ce3bd969bd2e709d1e5773928e35cfe8..3ee96e69b3be5229635ed6acf3b9bb210428297e 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,6 @@ pkgbase = python-llm
        depends = python-puremagic
        depends = python-httpx
        source = python-llm-0.31.1.tar.gz::https://github.com/simonw/llm/archive/refs/tags/0.31.1.tar.gz
-       sha256sums = SKIP
+       sha256sums = c779e062b288e28d741297d16fc27a6fd7b1dbdd6659c4c83558a663c4aa11c9
 
 pkgname = python-llm
index dcff3675cdeff500c532b63b58fe374983c98849..138abf8ac1e61d89dd8d74dc8faea82181104f03 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ 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" "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")
+sha256sums=('c779e062b288e28d741297d16fc27a6fd7b1dbdd6659c4c83558a663c4aa11c9')
 
 build() {
        cd "${_name}-${pkgver}"