diff --git a/.SRCINFO b/.SRCINFO index 5b4547f..5136bb5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = opencode pkgdesc = The AI coding agent built for the terminal. - pkgver = 1.0.137 + pkgver = 1.0.138 pkgrel = 1 url = https://github.com/sst/opencode arch = aarch64 @@ -9,13 +9,12 @@ pkgbase = opencode makedepends = git makedepends = bun-bin makedepends = go - depends = fzf depends = ripgrep provides = opencode conflicts = opencode-bin options = !debug 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 pkgname = opencode diff --git a/PKGBUILD b/PKGBUILD index e220e57..3555b68 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: adam pkgname='opencode' -pkgver=1.0.137 +pkgver=1.0.138 _subver= options=('!debug' '!strip') pkgrel=1 @@ -12,7 +12,7 @@ arch=('aarch64' 'x86_64') license=('MIT') provides=('opencode') conflicts=('opencode-bin') -depends=('fzf' 'ripgrep') +depends=('ripgrep') makedepends=('git' 'bun-bin' 'go') source=("opencode-${pkgver}.tar.gz::https://github.com/sst/opencode/archive/v${pkgver}${_subver}.tar.gz") @@ -22,7 +22,7 @@ build() { cd "opencode-${pkgver}" bun install 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() {