Update to v1.0.27

This commit is contained in:
opencode
2025-11-05 20:44:20 +00:00
parent 2941dad2d7
commit 0d53b5289d
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: adam
pkgname='opencode'
pkgver=1.0.26
pkgver=1.0.27
_subver=
options=('!debug' '!strip')
pkgrel=1
@@ -22,10 +22,10 @@ build() {
cd "opencode-${pkgver}"
bun install
cd ./packages/opencode
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.26 bun run ./script/build.ts --single
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.27 bun run ./script/build.ts --single
}
package() {
cd "opencode-${pkgver}/packages/opencode"
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
install -Dm755 $(find dist/*/bin/opencode) "${pkgdir}/usr/bin/opencode"
}