From 5b2e3a02791616a775a9e32cd34abc10ee7665e5 Mon Sep 17 00:00:00 2001 From: Agustin Carrasco Date: Fri, 16 Jan 2026 10:19:51 -0300 Subject: [PATCH] chore: bump to 0.6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .SRCINFO | 7 ++++--- PKGBUILD | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a12843b82a11a..b5986a55fa848 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = plannotator-bin pkgdesc = Interactive review and annotation tool for AI coding agent plans with visual interface - pkgver = 0.5.7 + pkgver = 0.6.4 pkgrel = 1 url = https://github.com/backnotprop/plannotator arch = x86_64 @@ -8,7 +8,8 @@ pkgbase = plannotator-bin provides = plannotator conflicts = plannotator conflicts = plannotator-git - source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.5.7/plannotator-linux-x64 - sha256sums_x86_64 = e99f999e37a47b5466a4bf0abded7e3724dc1b048328735d79cefbdc43576510 + options = !strip + source_x86_64 = https://github.com/backnotprop/plannotator/releases/download/v0.6.4/plannotator-linux-x64 + sha256sums_x86_64 = 7040b550907697066e942c0746c11330a96b1f63ca94fb7964082092e1f12276 pkgname = plannotator-bin diff --git a/PKGBUILD b/PKGBUILD index 386881f098ff1..67feda213fab5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=plannotator pkgname=plannotator-bin -pkgver=0.5.7 +pkgver=0.6.4 pkgrel=1 pkgdesc="Interactive review and annotation tool for AI coding agent plans with visual interface" arch=('x86_64') @@ -11,8 +11,9 @@ license=('custom:BSL') depends=() provides=('plannotator') conflicts=('plannotator' 'plannotator-git') +options=('!strip') source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-linux-x64") -sha256sums_x86_64=('e99f999e37a47b5466a4bf0abded7e3724dc1b048328735d79cefbdc43576510') +sha256sums_x86_64=('7040b550907697066e942c0746c11330a96b1f63ca94fb7964082092e1f12276') latestver() { curl -s "https://api.github.com/repos/backnotprop/plannotator/releases/latest" | \