This commit is contained in:
Jonathan Apodaca 2025-04-14 09:05:47 -06:00
parent 2962c62dd9
commit 4a20c0df95
2 changed files with 17 additions and 13 deletions

View File

@ -3,7 +3,7 @@ pkgname = lazygit-bin
pkgbase = lazygit-bin pkgbase = lazygit-bin
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
pkgrel = 1 pkgrel = 1
pkgver = 0.48.0 pkgver = 0.49.0
url = https://github.com/jesseduffield/lazygit url = https://github.com/jesseduffield/lazygit
arch = aarch64 arch = aarch64
arch = arm64 arch = arm64
@ -13,9 +13,13 @@ arch = amd64
conflicts = lazygit conflicts = lazygit
license = MIT license = MIT
provides = lazygit provides = lazygit
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_arm64.tar.gz source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_x86_64.tar.gz source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_arm64.tar.gz source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_armv6.tar.gz source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.48.0/lazygit_0.48.0_Linux_32-bit.tar.gz source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.49.0/lazygit_0.49.0_Linux_32-bit.tar.gz
sha256sums_amd64 = 291722c643a10805de3bd7b58f51d5275878269aeadb046709708f8683f558d7 sha256sums_aarch64 = 68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47
sha256sums_amd64 = ae9c9a3fcea9cdaf6511a7ca0040210cc71ab481fc773e53737cbfe92da974ce
sha256sums_arm64 = 68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47
sha256sums_armv6h = d717db4a172d815c2cfad17e0548d501b970a0a15fc3e5808560381d42e2c1e5
sha256sums_i686 = e9efda39a1741c8fac9710feca8767bd0083fe368740f3f64c987d2c1de443fe

View File

@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com> # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=lazygit-bin pkgname=lazygit-bin
pkgver=0.48.0 pkgver=0.49.0
pkgrel=1 pkgrel=1
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library' pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
url="https://github.com/jesseduffield/lazygit" url="https://github.com/jesseduffield/lazygit"
@ -17,11 +17,11 @@ source_armv6h=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_armv
source_i686=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_32-bit.tar.gz") source_i686=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_32-bit.tar.gz")
source_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz") source_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
sha256sums_aarch64=('37150ec77bd42d92b7dc96f05fca5f1cd310551936e32556011ac145ccd9d62b') sha256sums_aarch64=('68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47')
sha256sums_arm64=('37150ec77bd42d92b7dc96f05fca5f1cd310551936e32556011ac145ccd9d62b') sha256sums_arm64=('68574882593b23f79a32b52ce2bc40c9a08b0b8f9e1b2240243fe69388ed7f47')
sha256sums_armv6h=('14205bfcb33187bf779a55e4a60f2e392dc08fbaa775a226982ea8bdf86bd6ea') sha256sums_armv6h=('d717db4a172d815c2cfad17e0548d501b970a0a15fc3e5808560381d42e2c1e5')
sha256sums_i686=('da0145fb305b38166041d34de1f3ac6063937fd9ef1b71c5863d7841f74dcd12') sha256sums_i686=('e9efda39a1741c8fac9710feca8767bd0083fe368740f3f64c987d2c1de443fe')
sha256sums_amd64=('291722c643a10805de3bd7b58f51d5275878269aeadb046709708f8683f558d7') sha256sums_amd64=('ae9c9a3fcea9cdaf6511a7ca0040210cc71ab481fc773e53737cbfe92da974ce')
package() { package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit" install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"