This commit is contained in:
Jonathan Apodaca 2023-08-14 09:33:25 -06:00
parent bcd0972cef
commit 8a958ef9b5
2 changed files with 17 additions and 17 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 = 2 pkgrel = 2
pkgver = 0.40.0 pkgver = 0.40.2
url = https://github.com/jesseduffield/lazygit url = https://github.com/jesseduffield/lazygit
arch = aarch64 arch = aarch64
arch = arm64 arch = arm64
@ -13,13 +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.40.0/lazygit_0.40.0_Linux_arm64.tar.gz source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_arm64.tar.gz
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_x86_64.tar.gz source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_x86_64.tar.gz
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_arm64.tar.gz source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_arm64.tar.gz
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_armv6.tar.gz source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_armv6.tar.gz
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.0/lazygit_0.40.0_Linux_32-bit.tar.gz source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.40.2/lazygit_0.40.2_Linux_32-bit.tar.gz
sha256sums_aarch64 = d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66 sha256sums_aarch64 = d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616
sha256sums_amd64 = f627e0ffe8b2646cc156f4ea4785288d1692548ed274130e4f50c8eb1e1d53d7 sha256sums_amd64 = ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1
sha256sums_arm64 = d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66 sha256sums_arm64 = d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616
sha256sums_armv6h = b4a67c0a9f991df1c7b6c7a9256d2014d97fb8029d05a3a9abd5eea9aafccb74 sha256sums_armv6h = f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1
sha256sums_i686 = 9f9760f40a21eae4a50896a618c8e9b732beecdba9882d5c416dcf2d98de2966 sha256sums_i686 = 49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d

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.40.0 pkgver=0.40.2
pkgrel=2 pkgrel=2
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=('d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66') sha256sums_aarch64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616')
sha256sums_arm64=('d7f34632b97b96de1c13ca4b46573b46a214d064b92473190c1af5b2bab89a66') sha256sums_arm64=('d88972818ce67dea2832e4f275b06975188f49716de13c4e452918212fd31616')
sha256sums_armv6h=('b4a67c0a9f991df1c7b6c7a9256d2014d97fb8029d05a3a9abd5eea9aafccb74') sha256sums_armv6h=('f37baac1b1cffef5173c337e401d5f73571240bdf97a6b78e471a5ae7938cae1')
sha256sums_i686=('9f9760f40a21eae4a50896a618c8e9b732beecdba9882d5c416dcf2d98de2966') sha256sums_i686=('49f756fc5fed8414920c9dcc369c941bd9ceb75fa82a9348512a36e761bf911d')
sha256sums_amd64=('f627e0ffe8b2646cc156f4ea4785288d1692548ed274130e4f50c8eb1e1d53d7') sha256sums_amd64=('ff05cb8ebd0785ce220975e5cd394bc200424d9a58727fa81e0bbb3828db7ff1')
package() { package() {
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit" install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"