Update PKGBUILD and .SRCINFO with GitHub Actions

This commit is contained in:
minhnbnt
2025-08-19 16:03:51 +00:00
parent f90943abed
commit e56e32373e
2 changed files with 5 additions and 2 deletions

View File

@@ -1,12 +1,14 @@
pkgbase = gemini-cli-bin pkgbase = gemini-cli-bin
pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal. pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal.
pkgver = 0.1.22 pkgver = 0.1.22
pkgrel = 1 pkgrel = 2
url = https://github.com/google-gemini/gemini-cli url = https://github.com/google-gemini/gemini-cli
arch = any arch = any
license = Apache-2.0 license = Apache-2.0
depends = nodejs depends = nodejs
provides = gemini-cli provides = gemini-cli
conflicts = gemini-cli
conflicts = gemini-cli-git
source = gemini-0.1.22.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.22/gemini.js source = gemini-0.1.22.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.22/gemini.js
source = LICENSE-0.1.22::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.22/LICENSE source = LICENSE-0.1.22::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.22/LICENSE
sha256sums = af0c667c9b0dedc53cc7a3f112a65daa02058c7233c144c2ccf80e129d40570e sha256sums = af0c667c9b0dedc53cc7a3f112a65daa02058c7233c144c2ccf80e129d40570e

View File

@@ -2,13 +2,14 @@
pkgname=gemini-cli-bin pkgname=gemini-cli-bin
pkgver=0.1.22 # datasource=github-releases depName=google-gemini/gemini-cli pkgver=0.1.22 # datasource=github-releases depName=google-gemini/gemini-cli
pkgrel=1 pkgrel=2
pkgdesc='An open-source AI agent that brings the power of Gemini directly into your terminal.' pkgdesc='An open-source AI agent that brings the power of Gemini directly into your terminal.'
arch=('any') arch=('any')
url='https://github.com/google-gemini/gemini-cli' url='https://github.com/google-gemini/gemini-cli'
license=('Apache-2.0') license=('Apache-2.0')
depends=('nodejs') depends=('nodejs')
provides=('gemini-cli') provides=('gemini-cli')
conflicts=('gemini-cli' 'gemini-cli-git')
source=( source=(
"gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js" "gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js"