From: Cameron Otsuka Date: Tue, 14 Jul 2026 21:34:36 +0000 (-0700) Subject: add sha256sum X-Git-Url: https://git.otsuka.systems/?a=commitdiff_plain;p=python-llm add sha256sum --- diff --git a/.SRCINFO b/.SRCINFO index 7e33d01..3ee96e6 100644 --- 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 diff --git a/PKGBUILD b/PKGBUILD index dcff367..138abf8 100644 --- 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}"