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