From e56e32373e967eea4f4558f9deabba6f3e239646 Mon Sep 17 00:00:00 2001 From: minhnbnt Date: Tue, 19 Aug 2025 16:03:51 +0000 Subject: [PATCH] Update PKGBUILD and .SRCINFO with GitHub Actions --- .SRCINFO | 4 +++- PKGBUILD | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 27cb3c6..6e7baf5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,14 @@ pkgbase = gemini-cli-bin pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal. pkgver = 0.1.22 - pkgrel = 1 + pkgrel = 2 url = https://github.com/google-gemini/gemini-cli arch = any license = Apache-2.0 depends = nodejs 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 = LICENSE-0.1.22::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.22/LICENSE sha256sums = af0c667c9b0dedc53cc7a3f112a65daa02058c7233c144c2ccf80e129d40570e diff --git a/PKGBUILD b/PKGBUILD index 0dc61e0..b833c34 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,14 @@ pkgname=gemini-cli-bin 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.' arch=('any') url='https://github.com/google-gemini/gemini-cli' license=('Apache-2.0') depends=('nodejs') provides=('gemini-cli') +conflicts=('gemini-cli' 'gemini-cli-git') source=( "gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js"