Skip to content

Commit e135e7f

Browse files
Yves GuggerYves Gugger
authored andcommitted
chore(aur): bump to v3.1.3
Made-with: Cursor
1 parent 2e76c5a commit e135e7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aur/lean-ctx/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
pkgbase = lean-ctx
22
pkgdesc = Context Engineering Layer for AI Coding — 34 intelligent tools, 8 read modes, 90+ shell patterns, neural token optimization, persistent knowledge, multi-agent orchestration. Reduces AI costs by 60-99%.
3-
pkgver = 3.0.2
3+
pkgver = 3.1.3
44
pkgrel = 1
55
url = https://leanctx.com
66
arch = x86_64
77
license = MIT
88
makedepends = cargo
99
makedepends = gcc
1010
depends = gcc-libs
11-
source = lean-ctx-3.0.2.tar.gz::https://github.com/yvgude/lean-ctx/releases/download/v3.0.2/lean-ctx-3.0.2-source.tar.gz
12-
sha256sums = 77f20f3caf3d11014d7149ad5df8d172d0277d1b1ce2c44bf3002bce22d11d71
11+
source = lean-ctx-3.1.3.tar.gz::https://github.com/yvgude/lean-ctx/releases/download/v3.1.3/lean-ctx-3.1.3-source.tar.gz
12+
sha256sums = 0915cbfff94286f30eb76238db1fb3b36ab939b1b15139296c9eecf06892c476
1313

1414
pkgname = lean-ctx

aur/lean-ctx/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Yves Gugger <yves@pounce.ch>
22
pkgname=lean-ctx
3-
pkgver=3.0.2
3+
pkgver=3.1.3
44
pkgrel=1
55
pkgdesc="Context Engineering Layer for AI Coding — 34 intelligent tools, 8 read modes, 90+ shell patterns, neural token optimization, persistent knowledge, multi-agent orchestration. Reduces AI costs by 60-99%."
66
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
99
makedepends=('cargo' 'gcc')
1010
depends=('gcc-libs')
1111
source=("$pkgname-$pkgver.tar.gz::https://github.com/yvgude/lean-ctx/releases/download/v$pkgver/lean-ctx-$pkgver-source.tar.gz")
12-
sha256sums=('77f20f3caf3d11014d7149ad5df8d172d0277d1b1ce2c44bf3002bce22d11d71')
12+
sha256sums=('0915cbfff94286f30eb76238db1fb3b36ab939b1b15139296c9eecf06892c476')
1313

1414
prepare() {
1515
cd "$pkgname-$pkgver/rust"

0 commit comments

Comments
 (0)