Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / gemini-cli
Commits: ca5b28d6 by Carl Smedstad at 2026-06-04T23:20:37+02:00 upgpkg: 1:0.45.1-1: Upstream release https://github.com/google-gemini/gemini-cli/releases/tag/v0.45.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = gemini-cli pkgdesc = Open-source AI agent that brings the power of Gemini directly into your terminal - pkgver = 0.45.0 + pkgver = 0.45.1 pkgrel = 1 epoch = 1 url = https://github.com/google-gemini/gemini-cli @@ -23,7 +23,7 @@ pkgbase = gemini-cli optdepends = wl-clipboard: clipboard image pasting on Wayland optdepends = xclip: clipboard image pasting on X11 optdepends = xdg-utils: opening URLs in default browser - source = git+https://github.com/google-gemini/gemini-cli.git#tag=v0.45.0 - b2sums = e80bf9487fdc63e123c4c662e497ec2f6db6093efc117a9b5134466312ae04780b11e2e6b5e1cbcf41f2a3e595f8478efb637b38d71dc548136702a8a7da8096 + source = git+https://github.com/google-gemini/gemini-cli.git#tag=v0.45.1 + b2sums = 4fc773a813eda4563eafed03cf574adcae1493414010aa98f5220c4bba999c6f2ca9c3af1a3e40f35ff0100c643d1d46eda9c172d987c09caa557d542868070b pkgname = gemini-cli ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: huyz pkgname=gemini-cli -pkgver=0.45.0 +pkgver=0.45.1 pkgrel=1 epoch=1 pkgdesc="Open-source AI agent that brings the power of Gemini directly into your terminal" @@ -35,7 +35,7 @@ checkdepends=( vim ) source=("git+$url.git#tag=v$pkgver") -b2sums=('e80bf9487fdc63e123c4c662e497ec2f6db6093efc117a9b5134466312ae04780b11e2e6b5e1cbcf41f2a3e595f8478efb637b38d71dc548136702a8a7da8096') +b2sums=('4fc773a813eda4563eafed03cf574adcae1493414010aa98f5220c4bba999c6f2ca9c3af1a3e40f35ff0100c643d1d46eda9c172d987c09caa557d542868070b') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gemini-cli/-/commit/ca5b28d69518352d56a753ace6f996a5c757fdaf -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gemini-cli/-/commit/ca5b28d69518352d56a753ace6f996a5c757fdaf You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
