diff --git a/arch/claude-his-agent/PKGBUILD b/arch/claude-his-agent/PKGBUILD index 7259f0227..f5a3f8dfe 100644 --- a/arch/claude-his-agent/PKGBUILD +++ b/arch/claude-his-agent/PKGBUILD @@ -3,7 +3,7 @@ # Source of truth: git.reauktion.de/marfrit/claude-his-agent pkgname=claude-his-agent -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc="Home Infrastructure Specialist subagent + skill for Claude Code (mfritsche home infra)" arch=('any') @@ -11,7 +11,7 @@ url="https://git.reauktion.de/marfrit/claude-his-agent" license=('custom') depends=('bash') source=("${pkgname}-${pkgver}.tar.gz::https://git.reauktion.de/marfrit/claude-his-agent/archive/v${pkgver}.tar.gz") -sha256sums=('27d3be3de09b58d971c5a14b1eea3811bca2d0e6ab236b5041e9b3c8550d9f3d') +sha256sums=('e7c0d4351f5b34dd27364eae7632ce4b94dd50408b56343869aa79652544089a') package() { cd "${pkgname}" diff --git a/debian/claude-his-agent/build-deb.sh b/debian/claude-his-agent/build-deb.sh index 89fc61ecb..e97f4ca9d 100755 --- a/debian/claude-his-agent/build-deb.sh +++ b/debian/claude-his-agent/build-deb.sh @@ -3,14 +3,14 @@ # Mirrors the lmcp/build-deb.sh pattern. set -euo pipefail -PKGVER=0.1.4 +PKGVER=0.1.5 PKGREL=1 -HIS_TARBALL_SHA256=27d3be3de09b58d971c5a14b1eea3811bca2d0e6ab236b5041e9b3c8550d9f3d +HIS_TARBALL_SHA256=e7c0d4351f5b34dd27364eae7632ce4b94dd50408b56343869aa79652544089a HERE=$(dirname "$(readlink -f "$0")") # Reproducible build: pin mtimes + ar member timestamps to a fixed epoch # tied to this release (v0.1.0, 2026-04-17 11:30 UTC). -export SOURCE_DATE_EPOCH=1776442169 +export SOURCE_DATE_EPOCH=1776541048 work=$(mktemp -d) trap "rm -rf $work" EXIT diff --git a/debian/claude-his-agent/debian/changelog b/debian/claude-his-agent/debian/changelog index e988ddf66..4afb4818f 100644 --- a/debian/claude-his-agent/debian/changelog +++ b/debian/claude-his-agent/debian/changelog @@ -1,3 +1,12 @@ +claude-his-agent (0.1.5-1) bookworm trixie; urgency=medium + + * DISTCC_HOSTS runbook value gains a +zeroconf prefix so distcc also + auto-discovers mDNS-capable workers (e.g. dcc1 on dcw3), while the + hand-wired hosts (tesla, CT108) remain for the zeroconf-broken + container side. + + -- Markus Fritsche Sat, 18 Apr 2026 19:37:28 +0000 + claude-his-agent (0.1.4-1) bookworm trixie; urgency=medium * Ship scripts/repo-inventory.sh and scripts/repo-inventory-nosudo.sh