Updated: 0.6.0

This commit is contained in:
Rafael Baboni Dominiquini 2025-11-11 00:45:20 -03:00
parent 11a9408660
commit 83bb8b10d7
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = geminicommit-bin
pkgdesc = CLI that writes git commit messages for you with Google Gemini AI
pkgver = 0.5.0
pkgver = 0.6.0
pkgrel = 1
url = https://github.com/tfkhdyt/geminicommit
arch = x86_64
@ -9,13 +9,13 @@ pkgbase = geminicommit-bin
depends = glibc
provides = gmc
conflicts = geminicommit
source = LICENSE-0.5.0::https://raw.githubusercontent.com/tfkhdyt/geminicommit/v0.5.0/LICENSE
source = README-0.5.0.md::https://raw.githubusercontent.com/tfkhdyt/geminicommit/v0.5.0/README.md
source = LICENSE-0.6.0::https://raw.githubusercontent.com/tfkhdyt/geminicommit/v0.6.0/LICENSE
source = README-0.6.0.md::https://raw.githubusercontent.com/tfkhdyt/geminicommit/v0.6.0/README.md
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
sha256sums = e81d2329b8a94627efd32426b53392b71d1ad0917e565ce4468138479281558c
source_x86_64 = geminicommit-x86_64-0.5.0.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v0.5.0/gmc-v0.5.0-linux-amd64.tar.gz
sha256sums_x86_64 = 356f89421670bfeeba9a0fccda477bbaa238885e6bc656a3856f4bd8f3301bde
source_aarch64 = geminicommit-aarch64-0.5.0.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v0.5.0/gmc-v0.5.0-linux-arm64.tar.gz
sha256sums_aarch64 = f1c73bdc4851d3128e5e8a233f6282e255c48d87d343bfef1d6219ed98601018
sha256sums = d0d2d1f4a5e7e1a3864c76d83acff1a0f84c0f84544276a48fa11eb8d457ca13
source_x86_64 = geminicommit-x86_64-0.6.0.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v0.6.0/gmc-v0.6.0-linux-amd64.tar.gz
sha256sums_x86_64 = 94f33a79c7ba3a01a5942c515beb29c46597683583f0c35b4b7222e772bc8304
source_aarch64 = geminicommit-aarch64-0.6.0.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v0.6.0/gmc-v0.6.0-linux-arm64.tar.gz
sha256sums_aarch64 = 7923a1f1c73900c047be2509b12cd6ba7f83507b75c4476b9629915c55119b2c
pkgname = geminicommit-bin

View file

@ -5,7 +5,7 @@ _pkgauthor=tfkhdyt
_pkgname=geminicommit
_pkgexec=gmc
pkgname=${_pkgname}-bin
pkgver=0.5.0
pkgver=0.6.0
pkgrel=1
_pkgvername=v${pkgver}
pkgdesc="CLI that writes git commit messages for you with Google Gemini AI"
@ -24,9 +24,9 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE"
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tar.gz::${url}/releases/download/${_pkgvername}/${_pkgexec}-${_pkgvername}-linux-${_barch[0]}.tar.gz")
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tar.gz::${url}/releases/download/${_pkgvername}/${_pkgexec}-${_pkgvername}-linux-${_barch[1]}.tar.gz")
sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
'e81d2329b8a94627efd32426b53392b71d1ad0917e565ce4468138479281558c')
sha256sums_x86_64=('356f89421670bfeeba9a0fccda477bbaa238885e6bc656a3856f4bd8f3301bde')
sha256sums_aarch64=('f1c73bdc4851d3128e5e8a233f6282e255c48d87d343bfef1d6219ed98601018')
'd0d2d1f4a5e7e1a3864c76d83acff1a0f84c0f84544276a48fa11eb8d457ca13')
sha256sums_x86_64=('94f33a79c7ba3a01a5942c515beb29c46597683583f0c35b4b7222e772bc8304')
sha256sums_aarch64=('7923a1f1c73900c047be2509b12cd6ba7f83507b75c4476b9629915c55119b2c')
build() {
cd "${srcdir}/" || exit