This commit is contained in:
Jonathan Apodaca 2025-02-25 09:21:53 -07:00
parent 05676702f4
commit f14f8a2fc9
2 changed files with 13 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.47.1 pkgver = 0.47.2
url = https://github.com/jesseduffield/lazygit url = https://github.com/jesseduffield/lazygit
arch = aarch64 arch = aarch64
arch = arm64 arch = arm64
@ -13,9 +13,9 @@ arch = amd64
conflicts = lazygit conflicts = lazygit
license = MIT license = MIT
provides = lazygit provides = lazygit
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.1/lazygit_0.47.1_Linux_arm64.tar.gz source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.1/lazygit_0.47.1_Linux_x86_64.tar.gz source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.1/lazygit_0.47.1_Linux_arm64.tar.gz source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.47.1/lazygit_0.47.1_Linux_armv6.tar.gz source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.1/lazygit_0.47.1_Linux_32-bit.tar.gz source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.47.2/lazygit_0.47.2_Linux_32-bit.tar.gz
sha256sums_amd64 = 0d4f55c7f3743e5be23d5d93863f128e305adb2b77f0cf0373cca399b2ec51e5 sha256sums_amd64 = 52791aba3ac96ca13bce17ec154fd8a9994a4b76de3cc7982d2c5bfee05e221a

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.47.1 pkgver=0.47.2
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=('545611a2f98cb8affb0a83082ae9caaa5c5d2a84dc5e08476f76e87ce0c85c81') sha256sums_aarch64=('4d01a116d20b7595b0c4664cbf889625cf8649b6aeb8dc8606486f1132403e3d')
sha256sums_arm64=('545611a2f98cb8affb0a83082ae9caaa5c5d2a84dc5e08476f76e87ce0c85c81') sha256sums_arm64=('4d01a116d20b7595b0c4664cbf889625cf8649b6aeb8dc8606486f1132403e3d')
sha256sums_armv6h=('6bdff40d9b118133ce7350fdeecdcc5ca2666a1300f2116f4a0025c7dcc58ec4') sha256sums_armv6h=('bb612ed7cd4ca8d79a473e04ac9bfb7c2420e61ce48a99cfef2239530366f774')
sha256sums_i686=('cfc4929db5fdbbf8312a42865b16d6f439cf65673b083dde979e469f39cd49f2') sha256sums_i686=('021bef87e1ae441e71f3a9b4bedeeaed9766ee60238c9b201dcd53eb0c752e23')
sha256sums_amd64=('0d4f55c7f3743e5be23d5d93863f128e305adb2b77f0cf0373cca399b2ec51e5') sha256sums_amd64=('52791aba3ac96ca13bce17ec154fd8a9994a4b76de3cc7982d2c5bfee05e221a')
package() { package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit" install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"