Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,15 +1,15 @@
|
|||||||
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.20
|
pkgver = 0.1.21
|
||||||
pkgrel = 1
|
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
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
provides = gemini-cli
|
provides = gemini-cli
|
||||||
source = gemini-0.1.20.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.20/gemini.js
|
source = gemini-0.1.21.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.1.21/gemini.js
|
||||||
source = LICENSE-0.1.20::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.20/LICENSE
|
source = LICENSE-0.1.21::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.1.21/LICENSE
|
||||||
sha256sums = cd57a1693b6eec4f43e08528056f47bb8388b8348ffef7a9e40064e5a30dd4ae
|
sha256sums = 3e2995111a9bb820dd3fa12c14a1865e695012d484759b54f10768d613f07391
|
||||||
sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10
|
sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10
|
||||||
|
|
||||||
pkgname = gemini-cli-bin
|
pkgname = gemini-cli-bin
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# 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.20 # datasource=github-releases depName=google-gemini/gemini-cli
|
pkgver=0.1.21 # datasource=github-releases depName=google-gemini/gemini-cli
|
||||||
pkgrel=1
|
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')
|
||||||
@@ -15,7 +15,7 @@ source=(
|
|||||||
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE"
|
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE"
|
||||||
)
|
)
|
||||||
|
|
||||||
sha256sums=('cd57a1693b6eec4f43e08528056f47bb8388b8348ffef7a9e40064e5a30dd4ae'
|
sha256sums=('3e2995111a9bb820dd3fa12c14a1865e695012d484759b54f10768d613f07391'
|
||||||
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
|
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user