mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
parent
b09993a091
commit
721bb63d6b
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue