mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
chore: bump to 0.6.4
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
134e85b890
commit
5b2e3a0279
2 changed files with 7 additions and 5 deletions
7
.SRCINFO
7
.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
|
||||
|
|
|
|||
5
PKGBUILD
5
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" | \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue