Update PKGBUILD and .SRCINFO with GitHub Actions

This commit is contained in:
minhnbnt
2025-08-13 15:52:27 +00:00
parent 3ce3383f37
commit 3cc3a01c13
2 changed files with 8 additions and 8 deletions

View File

@@ -1,15 +1,15 @@
pkgbase = gemini-cli-bin
pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal.
pkgver = 0.1.18
pkgrel = 2
pkgver = 0.1.20
pkgrel = 1
url = https://github.com/google-gemini/gemini-cli
arch = any
license = Apache-2.0
depends = nodejs
provides = gemini-cli
source = gemini-0.1.18.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.18/gemini.js
source = LICENSE-0.1.18::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.18/LICENSE
sha256sums = bc44222d7565da749b1649b2f41a3e5a6d00b0f17cb20ce41cdf3aee0ce0140f
source = gemini-0.1.20.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.20/gemini.js
source = LICENSE-0.1.20::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.20/LICENSE
sha256sums = cd57a1693b6eec4f43e08528056f47bb8388b8348ffef7a9e40064e5a30dd4ae
sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10
pkgname = gemini-cli-bin

View File

@@ -1,8 +1,8 @@
# Contributor: Nguyễn Quang Minh <minhnbnt at gmail dot com>
pkgname=gemini-cli-bin
pkgver=0.1.18 # datasource=github-releases depName=google-gemini/gemini-cli
pkgrel=2
pkgver=0.1.20 # datasource=github-releases depName=google-gemini/gemini-cli
pkgrel=1
pkgdesc='An open-source AI agent that brings the power of Gemini directly into your terminal.'
arch=('any')
url='https://github.com/google-gemini/gemini-cli'
@@ -15,7 +15,7 @@ source=(
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE"
)
sha256sums=('bc44222d7565da749b1649b2f41a3e5a6d00b0f17cb20ce41cdf3aee0ce0140f'
sha256sums=('cd57a1693b6eec4f43e08528056f47bb8388b8348ffef7a9e40064e5a30dd4ae'
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
package() {