mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
Update to 0.2.31
This commit is contained in:
parent
d4d7cafa18
commit
49b5ff0a29
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = ensoai
|
||||
pkgdesc = Multiple AI Agents, Parallel Workflow - Git worktree manager with AI integration
|
||||
pkgver = 0.2.30
|
||||
pkgver = 0.2.31
|
||||
pkgrel = 1
|
||||
url = https://github.com/J3n5en/EnsoAI
|
||||
arch = x86_64
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = ensoai
|
|||
optdepends = claude-cli: Claude AI agent support
|
||||
optdepends = codex: Codex AI agent support
|
||||
optdepends = cursor: Cursor AI agent support
|
||||
source = ensoai-0.2.30.tar.gz::https://github.com/J3n5en/EnsoAI/archive/v0.2.30.tar.gz
|
||||
sha256sums = 8c6995c8a1926afb2110ded4140f341a0857d1246aec03a16ea710d78e644330
|
||||
source = ensoai-0.2.31.tar.gz::https://github.com/J3n5en/EnsoAI/archive/v0.2.31.tar.gz
|
||||
sha256sums = da797287778d951469848c82287d2cbcf54fb472de56e15322b78858b644550d
|
||||
|
||||
pkgname = ensoai
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=ensoai
|
||||
pkgver=0.2.30
|
||||
pkgver=0.2.31
|
||||
pkgrel=1
|
||||
pkgdesc="Multiple AI Agents, Parallel Workflow - Git worktree manager with AI integration"
|
||||
arch=('x86_64')
|
||||
|
|
@ -13,7 +13,7 @@ optdepends=(
|
|||
'cursor: Cursor AI agent support'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('8c6995c8a1926afb2110ded4140f341a0857d1246aec03a16ea710d78e644330')
|
||||
sha256sums=('da797287778d951469848c82287d2cbcf54fb472de56e15322b78858b644550d')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/EnsoAI-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue