mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
Updated: 0.6.1
This commit is contained in:
parent
83bb8b10d7
commit
d4afa43b02
2 changed files with 10 additions and 10 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = geminicommit-bin
|
||||
pkgdesc = CLI that writes git commit messages for you with Google Gemini AI
|
||||
pkgver = 0.6.0
|
||||
pkgver = 0.6.1
|
||||
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.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
|
||||
source = LICENSE-0.6.1::https://raw.githubusercontent.com/tfkhdyt/geminicommit/v0.6.1/LICENSE
|
||||
source = README-0.6.1.md::https://raw.githubusercontent.com/tfkhdyt/geminicommit/v0.6.1/README.md
|
||||
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
|
||||
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
|
||||
source_x86_64 = geminicommit-x86_64-0.6.1.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v0.6.1/gmc-v0.6.1-linux-amd64.tar.gz
|
||||
sha256sums_x86_64 = 0756f79e6643d1b037c35c9d23b1497c6c76b775af47fe9047b8620fb5e2d964
|
||||
source_aarch64 = geminicommit-aarch64-0.6.1.tar.gz::https://github.com/tfkhdyt/geminicommit/releases/download/v0.6.1/gmc-v0.6.1-linux-arm64.tar.gz
|
||||
sha256sums_aarch64 = d55ccb14edc575bbd9ccbe3a8236169374753af193426d2efb7362ce99ff7b13
|
||||
|
||||
pkgname = geminicommit-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pkgauthor=tfkhdyt
|
|||
_pkgname=geminicommit
|
||||
_pkgexec=gmc
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
_pkgvername=v${pkgver}
|
||||
pkgdesc="CLI that writes git commit messages for you with Google Gemini AI"
|
||||
|
|
@ -25,8 +25,8 @@ source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.tar.gz::${url}/releases/downloa
|
|||
source_aarch64=("${_pkgname}-${arch[1]}-${pkgver}.tar.gz::${url}/releases/download/${_pkgvername}/${_pkgexec}-${_pkgvername}-linux-${_barch[1]}.tar.gz")
|
||||
sha256sums=('3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
|
||||
'd0d2d1f4a5e7e1a3864c76d83acff1a0f84c0f84544276a48fa11eb8d457ca13')
|
||||
sha256sums_x86_64=('94f33a79c7ba3a01a5942c515beb29c46597683583f0c35b4b7222e772bc8304')
|
||||
sha256sums_aarch64=('7923a1f1c73900c047be2509b12cd6ba7f83507b75c4476b9629915c55119b2c')
|
||||
sha256sums_x86_64=('0756f79e6643d1b037c35c9d23b1497c6c76b775af47fe9047b8620fb5e2d964')
|
||||
sha256sums_aarch64=('d55ccb14edc575bbd9ccbe3a8236169374753af193426d2efb7362ce99ff7b13')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/" || exit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue