Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions beads/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions beads/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Yakov Till <yakov.till@gmail.com>
# 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')
Expand All @@ -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"
Expand Down
Loading