Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
10
.SRCINFO
10
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
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.4.1
|
pkgver = 0.5.3
|
||||||
pkgrel = 2
|
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
|
||||||
@@ -9,9 +9,9 @@ pkgbase = gemini-cli-bin
|
|||||||
provides = gemini-cli
|
provides = gemini-cli
|
||||||
conflicts = gemini-cli
|
conflicts = gemini-cli
|
||||||
conflicts = gemini-cli-git
|
conflicts = gemini-cli-git
|
||||||
source = gemini-0.4.1.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.4.1/gemini.js
|
source = gemini-0.5.3.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.5.3/gemini.js
|
||||||
source = LICENSE-0.4.1::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.4.1/LICENSE
|
source = LICENSE-0.5.3::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.5.3/LICENSE
|
||||||
sha256sums = 49f671b3b3e65562b57a558abcb0e2251a1a755e65e97b6c8fbd0d29fb81b178
|
sha256sums = 76c394d72d739364eb251858c89a820ad793248c17dad8e581c28794393bb110
|
||||||
sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10
|
sha256sums = 09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10
|
||||||
|
|
||||||
pkgname = gemini-cli-bin
|
pkgname = gemini-cli-bin
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -1,8 +1,8 @@
|
|||||||
# 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.4.1 # datasource=github-releases depName=google-gemini/gemini-cli
|
pkgver=0.5.3 # datasource=github-releases depName=google-gemini/gemini-cli
|
||||||
pkgrel=2
|
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')
|
||||||
url='https://github.com/google-gemini/gemini-cli'
|
url='https://github.com/google-gemini/gemini-cli'
|
||||||
@@ -14,7 +14,7 @@ conflicts=('gemini-cli' 'gemini-cli-git')
|
|||||||
source=("gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js"
|
source=("gemini-${pkgver}.js::${url}/releases/download/v${pkgver}/gemini.js"
|
||||||
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE")
|
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE")
|
||||||
|
|
||||||
sha256sums=('49f671b3b3e65562b57a558abcb0e2251a1a755e65e97b6c8fbd0d29fb81b178'
|
sha256sums=('76c394d72d739364eb251858c89a820ad793248c17dad8e581c28794393bb110'
|
||||||
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
|
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user