lmcp: pkgrel=2 — retrigger CI for previous lmcp-any flake
build and publish packages / distcc-avahi-aarch64 (push) Successful in 39s
build and publish packages / lmcp-any (push) Successful in 9s
build and publish packages / lmcp-debian (push) Successful in 7s
build and publish packages / claude-his-any (push) Successful in 9s
build and publish packages / claude-his-debian (push) Successful in 5s

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-18 13:20:28 +02:00
parent 5a8efbc292
commit dc1d053da1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
pkgname=lmcp pkgname=lmcp
pkgver=0.4.1 pkgver=0.4.1
pkgrel=1 pkgrel=2
pkgdesc="Lightweight MCP (Model Context Protocol) server in pure Lua" pkgdesc="Lightweight MCP (Model Context Protocol) server in pure Lua"
arch=('any') arch=('any')
url="https://git.reauktion.de/marfrit/lmcp" url="https://git.reauktion.de/marfrit/lmcp"
+1 -1
View File
@@ -8,7 +8,7 @@
set -euo pipefail set -euo pipefail
PKGVER=0.4.1 PKGVER=0.4.1
PKGREL=1 PKGREL=2
LMCP_TARBALL_SHA256=f33141f8248c26470e198bb1546f045282689dce041062e6acc5102ac5cdce79 LMCP_TARBALL_SHA256=f33141f8248c26470e198bb1546f045282689dce041062e6acc5102ac5cdce79
HERE=$(dirname "$(readlink -f "$0")") HERE=$(dirname "$(readlink -f "$0")")