mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
up
This commit is contained in:
parent
98afa583d7
commit
e87ef2aa56
2 changed files with 5 additions and 10 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = letta-code
|
||||
pkgdesc = The memory-first coding agent
|
||||
pkgver = 0.14.0
|
||||
pkgver = 0.14.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/letta-ai/letta-code
|
||||
arch = x86_64
|
||||
|
|
@ -12,9 +12,9 @@ pkgbase = letta-code
|
|||
conflicts = letta-code-bin
|
||||
conflicts = letta-code-git
|
||||
options = !strip
|
||||
source = letta-code-0.14.0.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.14.0.tar.gz
|
||||
source = letta-code-0.14.1.tar.gz::https://github.com/letta-ai/letta-code/archive/v0.14.1.tar.gz
|
||||
source = letta
|
||||
sha256sums = upme
|
||||
sha256sums = 6fe775a89228da337e97a741a8d328d8715a8ee1964f6743f5237b5a7ad3a14a
|
||||
sha256sums = c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8
|
||||
|
||||
pkgname = letta-code
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoa@t1c.dev>
|
||||
_pkgname="letta-code"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=0.14.0
|
||||
pkgver=0.14.1
|
||||
pkgrel=1
|
||||
pkgdesc="The memory-first coding agent"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -16,14 +16,9 @@ conflicts=(
|
|||
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v"$pkgver".tar.gz" "letta")
|
||||
noextract=()
|
||||
options=(!strip)
|
||||
sha256sums=('upme'
|
||||
sha256sums=('6fe775a89228da337e97a741a8d328d8715a8ee1964f6743f5237b5a7ad3a14a'
|
||||
'c9350b744337f0a0b0c51e1a8661e8c7bc757fcc753bddaef872b0ef626228e8')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${_pkgname}" || exit
|
||||
printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
if ! command -v bun &> /dev/null; then
|
||||
echo "Bun was not found. Please install bun from https://bun.com/, or install the bun AUR package."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue