Update PKGBUILD and .SRCINFO with GitHub Actions
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
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.2.2
|
pkgver = 0.3.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/google-gemini/gemini-cli
|
url = https://github.com/google-gemini/gemini-cli
|
||||||
arch = any
|
arch = any
|
||||||
@@ -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.2.2.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.2.2/gemini.js
|
source = gemini-0.3.1.js::https://github.com/google-gemini/gemini-cli/releases/download/v0.3.1/gemini.js
|
||||||
source = LICENSE-0.2.2::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.2.2/LICENSE
|
source = LICENSE-0.3.1::https://github.com/google-gemini/gemini-cli/raw/refs/tags/v0.3.1/LICENSE
|
||||||
sha256sums = 68d2ec040ca09aed3cdcbee0dc461b607d7c697d4dba58e29fd855d831de46ee
|
sha256sums = 8345d0d0c1301c27634fac421cab2cba67c9a4e0e8045529ea2e6a7533c71c30
|
||||||
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.2.2 # datasource=github-releases depName=google-gemini/gemini-cli
|
pkgver=0.3.1 # 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')
|
||||||
@@ -16,7 +16,7 @@ source=(
|
|||||||
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE"
|
"LICENSE-${pkgver}::${url}/raw/refs/tags/v${pkgver}/LICENSE"
|
||||||
)
|
)
|
||||||
|
|
||||||
sha256sums=('68d2ec040ca09aed3cdcbee0dc461b607d7c697d4dba58e29fd855d831de46ee'
|
sha256sums=('8345d0d0c1301c27634fac421cab2cba67c9a4e0e8045529ea2e6a7533c71c30'
|
||||||
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
|
'09d2d564b15d1a8be7713524b27aa8b10e55ae7cd8aeaf1e04e6059adda0de10')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user