Update PKGBUILD and .SRCINFO with GitHub Actions

This commit is contained in:
minhnbnt
2025-08-27 16:41:54 +00:00
parent e56e32373e
commit d643e08ed0
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
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.2.1
pkgrel = 2 pkgrel = 1
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
@@ -9,9 +9,9 @@ pkgbase = gemini-cli-bin
provides = gemini-cli provides = gemini-cli
conflicts = gemini-cli conflicts = gemini-cli
conflicts = gemini-cli-git 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.2.1.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.2.1/gemini.js
source = LICENSE-0.1.22::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.22/LICENSE source = LICENSE-0.2.1::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.2.1/LICENSE
sha256sums = af0c667c9b0dedc53cc7a3f112a65daa02058c7233c144c2ccf80e129d40570e sha256sums = 3af746abf7a7333974371c852d9919b0998916c213d81c2fff0d4d67c6e38c86
sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10 sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10
pkgname = gemini-cli-bin pkgname = gemini-cli-bin

View File

@@ -1,8 +1,8 @@
# Contributor: Nguyễn Quang Minh <minhnbnt at gmail dot com> # Contributor: Nguyễn Quang Minh <minhnbnt at gmail dot com>
pkgname=gemini-cli-bin pkgname=gemini-cli-bin
pkgver=0.1.22 # datasource=github-releases depName=google-gemini/gemini-cli pkgver=0.2.1 # datasource=github-releases depName=google-gemini/gemini-cli
pkgrel=2 pkgrel=1
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'
@@ -16,7 +16,7 @@ source=(
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE" "LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE"
) )
sha256sums=('af0c667c9b0dedc53cc7a3f112a65daa02058c7233c144c2ccf80e129d40570e' sha256sums=('3af746abf7a7333974371c852d9919b0998916c213d81c2fff0d4d67c6e38c86'
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10') '09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
package() { package() {