Update PKGBUILD and .SRCINFO with GitHub Actions

This commit is contained in:
minhnbnt 2026-02-19 00:21:02 +00:00
parent b09993a091
commit 721bb63d6b
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
pkgbase = kilocode-cli-bin
pkgdesc = The all-in-one agentic engineering platform.
pkgver = 1.0.23
pkgrel = 1
url = https://kilo.ai
pkgrel = 2
url = https://kilo.ai/cli
arch = aarch64
arch = x86_64
license = MIT

View file

@ -2,11 +2,11 @@
pkgname=kilocode-cli-bin
pkgver=1.0.23 # datasource=npm depName=@kilocode/cli
pkgrel=1
pkgrel=2
pkgdesc='The all-in-one agentic engineering platform.'
arch=('aarch64' 'x86_64')
depends=('glibc')
url='https://kilo.ai'
url='https://kilo.ai/cli'
license=('MIT')
options=('!strip')
provides=('kilo')