Update to v1.1.1

This commit is contained in:
opencode
2026-01-04 16:20:42 +00:00
parent cfa20bafed
commit 306a962e18
2 changed files with 9 additions and 9 deletions

View File

@@ -1,20 +1,20 @@
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.223 pkgver = 1.1.1
pkgrel = 1 pkgrel = 1
url = https://github.com/sst/opencode url = https://github.com/anomalyco/opencode
arch = aarch64 arch = aarch64
arch = x86_64 arch = x86_64
license = MIT license = MIT
makedepends = git makedepends = git
makedepends = bun-bin makedepends = bun
makedepends = go makedepends = go
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.223.tar.gz::https://github.com/sst/opencode/archive/v1.0.223.tar.gz source = opencode-1.1.1.tar.gz::https://github.com/anomalyco/opencode/archive/v1.1.1.tar.gz
sha256sums = SKIP sha256sums = SKIP
pkgname = opencode pkgname = opencode

View File

@@ -2,27 +2,27 @@
# Maintainer: adam # Maintainer: adam
pkgname='opencode' pkgname='opencode'
pkgver=1.0.223 pkgver=1.1.1
_subver= _subver=
options=('!debug' '!strip') options=('!debug' '!strip')
pkgrel=1 pkgrel=1
pkgdesc='The AI coding agent built for the terminal.' pkgdesc='The AI coding agent built for the terminal.'
url='https://github.com/sst/opencode' url='https://github.com/anomalyco/opencode'
arch=('aarch64' 'x86_64') arch=('aarch64' 'x86_64')
license=('MIT') license=('MIT')
provides=('opencode') provides=('opencode')
conflicts=('opencode-bin') conflicts=('opencode-bin')
depends=('ripgrep') depends=('ripgrep')
makedepends=('git' 'bun-bin' 'go') makedepends=('git' 'bun' '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/anomalyco/opencode/archive/v${pkgver}${_subver}.tar.gz")
sha256sums=('SKIP') sha256sums=('SKIP')
build() { build() {
cd "opencode-${pkgver}" cd "opencode-${pkgver}"
bun install bun install
cd ./packages/opencode cd ./packages/opencode
OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.0.223 bun run ./script/build.ts --single OPENCODE_CHANNEL=latest OPENCODE_VERSION=1.1.1 bun run ./script/build.ts --single
} }
package() { package() {