* [PR PATCH] lazygit: update to v0.32.2
@ 2022-01-17 23:12 ElDifinitivo
2022-01-20 0:37 ` paper42
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: ElDifinitivo @ 2022-01-17 23:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 562 bytes --]
There is a new pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages lazygit
https://github.com/void-linux/void-packages/pull/35097
lazygit: update to v0.32.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86)
A patch file from https://github.com/void-linux/void-packages/pull/35097.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazygit-35097.patch --]
[-- Type: text/x-diff, Size: 1023 bytes --]
From 4bc85d21617987008fdde021196345e1d4c492ae Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Mon, 17 Jan 2022 17:11:34 -0600
Subject: [PATCH] lazygit: update to v0.32.2
---
srcpkgs/lazygit/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 06af62da62b6..c72f8e1cdadc 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,6 +1,6 @@
# Template file for 'lazygit'
pkgname=lazygit
-version=0.31.4
+version=0.32.2
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
@@ -12,7 +12,7 @@ maintainer="Nathan Owens <ndowens@artixlinux.org>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
-checksum=584b04e5d5666f863bd742efcce5b8ec30095ff97fd7f6f887e94e94c6eac7d8
+checksum=44a735c4ee78838dc918e82bd5070b154600cd24992259fd698f2116a797012b
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: lazygit: update to v0.32.2
2022-01-17 23:12 [PR PATCH] lazygit: update to v0.32.2 ElDifinitivo
@ 2022-01-20 0:37 ` paper42
2022-01-20 1:09 ` [PR PATCH] [Updated] " ElDifinitivo
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-01-20 0:37 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/35097#issuecomment-1016999499
Comment:
please fix the commit message according to the conventions described in CONTRIBUTING.md
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] lazygit: update to v0.32.2
2022-01-17 23:12 [PR PATCH] lazygit: update to v0.32.2 ElDifinitivo
2022-01-20 0:37 ` paper42
@ 2022-01-20 1:09 ` ElDifinitivo
2022-01-20 1:09 ` ElDifinitivo
2022-01-20 1:23 ` [PR PATCH] [Merged]: " paper42
3 siblings, 0 replies; 5+ messages in thread
From: ElDifinitivo @ 2022-01-20 1:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 567 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages lazygit
https://github.com/void-linux/void-packages/pull/35097
lazygit: update to v0.32.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86)
A patch file from https://github.com/void-linux/void-packages/pull/35097.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazygit-35097.patch --]
[-- Type: text/x-diff, Size: 1167 bytes --]
From a4dd37c5850a98f9148ecfef9f7a19040337e2de Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Mon, 17 Jan 2022 17:11:34 -0600
Subject: [PATCH] lazygit: update to 0.32.2
---
srcpkgs/lazygit/template | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/lazygit/template b/srcpkgs/lazygit/template
index 06af62da62b6..437452933b36 100644
--- a/srcpkgs/lazygit/template
+++ b/srcpkgs/lazygit/template
@@ -1,18 +1,17 @@
# Template file for 'lazygit'
pkgname=lazygit
-version=0.31.4
+version=0.32.2
revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazygit
go_ldflags="-X main.version=${version} -X main.buildSource=voidlinux"
-hostmakedepends="git"
depends="git"
short_desc="Simple terminal UI for git commands"
maintainer="Nathan Owens <ndowens@artixlinux.org>"
license="MIT"
homepage="https://github.com/jesseduffield/lazygit"
distfiles="https://github.com/jesseduffield/lazygit/archive/v${version}.tar.gz"
-checksum=584b04e5d5666f863bd742efcce5b8ec30095ff97fd7f6f887e94e94c6eac7d8
+checksum=44a735c4ee78838dc918e82bd5070b154600cd24992259fd698f2116a797012b
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: lazygit: update to v0.32.2
2022-01-17 23:12 [PR PATCH] lazygit: update to v0.32.2 ElDifinitivo
2022-01-20 0:37 ` paper42
2022-01-20 1:09 ` [PR PATCH] [Updated] " ElDifinitivo
@ 2022-01-20 1:09 ` ElDifinitivo
2022-01-20 1:23 ` [PR PATCH] [Merged]: " paper42
3 siblings, 0 replies; 5+ messages in thread
From: ElDifinitivo @ 2022-01-20 1:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 269 bytes --]
New comment by ElDifinitivo on void-packages repository
https://github.com/void-linux/void-packages/pull/35097#issuecomment-1017018229
Comment:
Fixed up the commit message and yes, it builds fine without `git` in hostmakedepends. Updated the commit with the changes.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Merged]: lazygit: update to v0.32.2
2022-01-17 23:12 [PR PATCH] lazygit: update to v0.32.2 ElDifinitivo
` (2 preceding siblings ...)
2022-01-20 1:09 ` ElDifinitivo
@ 2022-01-20 1:23 ` paper42
3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-01-20 1:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 401 bytes --]
There's a merged pull request on the void-packages repository
lazygit: update to v0.32.2
https://github.com/void-linux/void-packages/pull/35097
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-20 1:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17 23:12 [PR PATCH] lazygit: update to v0.32.2 ElDifinitivo
2022-01-20 0:37 ` paper42
2022-01-20 1:09 ` [PR PATCH] [Updated] " ElDifinitivo
2022-01-20 1:09 ` ElDifinitivo
2022-01-20 1:23 ` [PR PATCH] [Merged]: " paper42
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).