From 31d64ac17689e5cc4c99e259732e67b76bf60134 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 22:12:08 +0000 Subject: [PATCH 1/2] chore(deps): update dependency gastownhall/beads to v1.3.0 --- beads/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beads/PKGBUILD b/beads/PKGBUILD index 4775ea7..b04e83f 100644 --- a/beads/PKGBUILD +++ b/beads/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Yakov Till # Adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=beads-bin pkgname=beads -pkgver=1.2.2 # renovate: datasource=github-tags depName=gastownhall/beads +pkgver=1.3.0 # renovate: datasource=github-tags depName=gastownhall/beads pkgrel=1 pkgdesc="Graph-based memory and issue tracker for coding agents" arch=('x86_64') From 71a3792c18edbcae58c0b5e43d4646ec1b6542e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2026 18:18:51 +0000 Subject: [PATCH 2/2] chore: update package metadata --- beads/.SRCINFO | 8 ++++---- beads/PKGBUILD | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/beads/.SRCINFO b/beads/.SRCINFO index 6913e82..1d08c37 100644 --- a/beads/.SRCINFO +++ b/beads/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = beads pkgdesc = Graph-based memory and issue tracker for coding agents - pkgver = 1.2.2 + pkgver = 1.3.0 pkgrel = 1 url = https://github.com/gastownhall/beads arch = x86_64 license = MIT depends = glibc - provides = beads-bin=1.2.2 + provides = beads-bin=1.3.0 conflicts = beads-bin options = !debug options = !strip - source_x86_64 = beads-1.2.2-linux-amd64.tar.gz::https://github.com/gastownhall/beads/releases/download/v1.2.2/beads_1.2.2_linux_amd64.tar.gz - sha256sums_x86_64 = 8140098a51d3b81d5548d1c5e6db1a2d9930e5d141efe2a4bff7d079c4d321e8 + source_x86_64 = beads-1.3.0-linux-amd64.tar.gz::https://github.com/gastownhall/beads/releases/download/v1.3.0/beads_1.3.0_linux_amd64.tar.gz + sha256sums_x86_64 = 2f92b904ecf35b607e44dc5c39229173af69c54f1183e8d709f1773540cdcf3b pkgname = beads diff --git a/beads/PKGBUILD b/beads/PKGBUILD index b04e83f..170133e 100644 --- a/beads/PKGBUILD +++ b/beads/PKGBUILD @@ -15,7 +15,7 @@ conflicts=('beads-bin') options=('!debug' '!strip') source_x86_64=("${pkgname}-${pkgver}-linux-amd64.tar.gz::${url}/releases/download/v${pkgver}/beads_${pkgver}_linux_amd64.tar.gz") -sha256sums_x86_64=('8140098a51d3b81d5548d1c5e6db1a2d9930e5d141efe2a4bff7d079c4d321e8') +sha256sums_x86_64=('2f92b904ecf35b607e44dc5c39229173af69c54f1183e8d709f1773540cdcf3b') package() { install -Dm755 "${srcdir}/bd" "${pkgdir}/usr/bin/bd"