From 5d2beda2833b85534fdf3eea671169d0f8d44593 Mon Sep 17 00:00:00 2001 From: minhnbnt Date: Sat, 20 Sep 2025 04:04:47 +0000 Subject: [PATCH] Update PKGBUILD and .SRCINFO with GitHub Actions --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index acbae48..1cb54c0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gemini-cli-bin pkgdesc = An open-source AI agent that brings the power of Gemini directly into your terminal. - pkgver = 0.5.4 + pkgver = 0.5.5 pkgrel = 1 url = https://github.com/google-gemini/gemini-cli arch = any @@ -9,9 +9,9 @@ pkgbase = gemini-cli-bin provides = gemini-cli conflicts = gemini-cli conflicts = gemini-cli-git - source = gemini-0.5.4.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.5.4/gemini.js - source = LICENSE-0.5.4::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.5.4/LICENSE - sha256sums = af0bcbe5c8f13ce0b5656a29a39e3e23535618c7b09e6ea54d397a6213654819 + source = gemini-0.5.5.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.5.5/gemini.js + source = LICENSE-0.5.5::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.5.5/LICENSE + sha256sums = c526c801314b1b9b7a90823f9fee839a5d3bf15a2a3edff22ea247e33b03f7b1 sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10 pkgname = gemini-cli-bin diff --git a/PKGBUILD b/PKGBUILD index 4fe83b5..75ea81b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Contributor: Nguyễn Quang Minh pkgname=gemini-cli-bin -pkgver=0.5.4 # datasource=github-releases depName=google-gemini/gemini-cli +pkgver=0.5.5 # 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') @@ -14,7 +14,7 @@ conflicts=('gemini-cli' 'gemini-cli-git') source=("gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js" "LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE") -sha256sums=('af0bcbe5c8f13ce0b5656a29a39e3e23535618c7b09e6ea54d397a6213654819' +sha256sums=('c526c801314b1b9b7a90823f9fee839a5d3bf15a2a3edff22ea247e33b03f7b1' '09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10') package() {