Update to v1.0.138

This commit is contained in:
opencode
2025-12-09 18:04:50 +00:00
parent d10b880df5
commit 3ba0e4544d
2 changed files with 5 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = opencode pkgbase = opencode
pkgdesc = The AI coding agent built for the terminal. pkgdesc = The AI coding agent built for the terminal.
pkgver = 1.0.137 pkgver = 1.0.138
pkgrel = 1 pkgrel = 1
url = https://github.com/sst/opencode url = https://github.com/sst/opencode
arch = aarch64 arch = aarch64
@@ -9,13 +9,12 @@ pkgbase = opencode
makedepends = git makedepends = git
makedepends = bun-bin makedepends = bun-bin
makedepends = go makedepends = go
depends = fzf
depends = ripgrep depends = ripgrep
provides = opencode provides = opencode
conflicts = opencode-bin conflicts = opencode-bin
options = !debug options = !debug
options = !strip options = !strip
source = opencode-1.0.137.tar.gz::https://github.com/sst/opencode/archive/v1.0.137.tar.gz source = opencode-1.0.138.tar.gz::https://github.com/sst/opencode/archive/v1.0.138.tar.gz
sha256sums = SKIP sha256sums = SKIP
pkgname = opencode pkgname = opencode

View File

@@ -2,7 +2,7 @@
# Maintainer: adam # Maintainer: adam
pkgname='opencode' pkgname='opencode'
pkgver=1.0.137 pkgver=1.0.138
_subver= _subver=
options=('!debug' '!strip') options=('!debug' '!strip')
pkgrel=1 pkgrel=1
@@ -12,7 +12,7 @@ arch=('aarch64' 'x86_64')
license=('MIT') license=('MIT')
provides=('opencode') provides=('opencode')
conflicts=('opencode-bin') conflicts=('opencode-bin')
depends=('fzf' 'ripgrep') depends=('ripgrep')
makedepends=('git' 'bun-bin' 'go') makedepends=('git' 'bun-bin' 'go')
source=("opencode-${pkgver}.tar.gz::https://github.com/sst/opencode/archive/v${pkgver}${_subver}.tar.gz") source=("opencode-${pkgver}.tar.gz::https://github.com/sst/opencode/archive/v${pkgver}${_subver}.tar.gz")
@@ -22,7 +22,7 @@ build() {
cd "opencode-${pkgver}" cd "opencode-${pkgver}"
bun install bun install
cd ./packages/opencode cd ./packages/opencode
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.137 bun run ./script/build.ts --single OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.138 bun run ./script/build.ts --single
} }
package() { package() {