* Re: [PR REVIEW] fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
@ 2022-01-14 12:38 ` paper42
2022-01-15 21:11 ` [PR PATCH] [Updated] " Jlll1
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-01-14 12:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 165 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34844#discussion_r784811138
Comment:
```suggestion
```
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
2022-01-14 12:38 ` [PR REVIEW] " paper42
@ 2022-01-15 21:11 ` Jlll1
2022-01-15 22:30 ` paper42
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jlll1 @ 2022-01-15 21:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
There is an updated pull request by Jlll1 against master on the void-packages repository
https://github.com/Jlll1/void-packages fzf
https://github.com/void-linux/void-packages/pull/34844
fzf: update to 0.29.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/34844.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fzf-34844.patch --]
[-- Type: text/x-diff, Size: 1745 bytes --]
From 8139b9c02a7452629b3a02329626c2c105fd6d6c Mon Sep 17 00:00:00 2001
From: Jlll1 <arghantentua@tutanota.com>
Date: Tue, 4 Jan 2022 09:24:34 +0100
Subject: [PATCH 1/2] fzf: update to 0.29.0
---
srcpkgs/fzf/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index 6f6afd6686ff..4b881ee7a6a6 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -1,7 +1,7 @@
# Template file for 'fzf'
pkgname=fzf
-version=0.28.0
-revision=2
+version=0.29.0
+revision=1
build_style=go
go_import_path="github.com/junegunn/fzf"
hostmakedepends="git"
@@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/junegunn/fzf"
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
-checksum=05bbfa4dd84b72e55afc3fe56c0fc185d6dd1fa1c4eef56a1559b68341f3d029
+checksum=a287a8806ce56d764100c5a6551721e16649fd98325f6bf112e96fb09fe3031b
post_install() {
cd ${wrksrc}
From e465cf13bf32fd33ae1ee9a4f89f5b6a94a6bdc4 Mon Sep 17 00:00:00 2001
From: Jlll1 <71319302+Jlll1@users.noreply.github.com>
Date: Sat, 15 Jan 2022 22:11:34 +0100
Subject: [PATCH 2/2] Update srcpkgs/fzf/template
Co-authored-by: paper <michal@vasilek.cz>
---
srcpkgs/fzf/template | 1 -
1 file changed, 1 deletion(-)
diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index 4b881ee7a6a6..03c6abdb153d 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -4,7 +4,6 @@ version=0.29.0
revision=1
build_style=go
go_import_path="github.com/junegunn/fzf"
-hostmakedepends="git"
makedepends="ncurses-devel"
short_desc="Command-line fuzzy finder"
maintainer="Leah Neukirchen <leah@vuxu.org>"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
2022-01-14 12:38 ` [PR REVIEW] " paper42
2022-01-15 21:11 ` [PR PATCH] [Updated] " Jlll1
@ 2022-01-15 22:30 ` paper42
2022-01-16 23:33 ` [PR PATCH] [Updated] " Jlll1
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-01-15 22:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 197 bytes --]
New comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34844#issuecomment-1013764378
Comment:
please squash the commits, then this PR should be ready
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
` (2 preceding siblings ...)
2022-01-15 22:30 ` paper42
@ 2022-01-16 23:33 ` Jlll1
2022-01-16 23:33 ` Jlll1
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jlll1 @ 2022-01-16 23:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 373 bytes --]
There is an updated pull request by Jlll1 against master on the void-packages repository
https://github.com/Jlll1/void-packages fzf
https://github.com/void-linux/void-packages/pull/34844
fzf: update to 0.29.0
#### Testing the changes
- I tested the changes in this PR: **YES**
A patch file from https://github.com/void-linux/void-packages/pull/34844.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fzf-34844.patch --]
[-- Type: text/x-diff, Size: 1031 bytes --]
From 8139b9c02a7452629b3a02329626c2c105fd6d6c Mon Sep 17 00:00:00 2001
From: Jlll1 <arghantentua@tutanota.com>
Date: Tue, 4 Jan 2022 09:24:34 +0100
Subject: [PATCH] fzf: update to 0.29.0
---
srcpkgs/fzf/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/fzf/template b/srcpkgs/fzf/template
index 6f6afd6686ff..4b881ee7a6a6 100644
--- a/srcpkgs/fzf/template
+++ b/srcpkgs/fzf/template
@@ -1,7 +1,7 @@
# Template file for 'fzf'
pkgname=fzf
-version=0.28.0
-revision=2
+version=0.29.0
+revision=1
build_style=go
go_import_path="github.com/junegunn/fzf"
hostmakedepends="git"
@@ -12,7 +12,7 @@ license="MIT"
homepage="https://github.com/junegunn/fzf"
changelog="https://raw.githubusercontent.com/junegunn/fzf/master/CHANGELOG.md"
distfiles="https://github.com/junegunn/fzf/archive/${version}.tar.gz"
-checksum=05bbfa4dd84b72e55afc3fe56c0fc185d6dd1fa1c4eef56a1559b68341f3d029
+checksum=a287a8806ce56d764100c5a6551721e16649fd98325f6bf112e96fb09fe3031b
post_install() {
cd ${wrksrc}
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
` (3 preceding siblings ...)
2022-01-16 23:33 ` [PR PATCH] [Updated] " Jlll1
@ 2022-01-16 23:33 ` Jlll1
2022-01-17 0:39 ` [PR REVIEW] " paper42
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Jlll1 @ 2022-01-16 23:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 156 bytes --]
New comment by Jlll1 on void-packages repository
https://github.com/void-linux/void-packages/pull/34844#issuecomment-1013978534
Comment:
Done! Thank you!
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR REVIEW] fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
` (4 preceding siblings ...)
2022-01-16 23:33 ` Jlll1
@ 2022-01-17 0:39 ` paper42
2022-01-19 14:46 ` leahneukirchen
2022-01-19 14:46 ` [PR PATCH] [Closed]: " leahneukirchen
7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-01-17 0:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 192 bytes --]
New review comment by paper42 on void-packages repository
https://github.com/void-linux/void-packages/pull/34844#discussion_r785578330
Comment:
this was fixed, but then the fix was reverted
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
` (5 preceding siblings ...)
2022-01-17 0:39 ` [PR REVIEW] " paper42
@ 2022-01-19 14:46 ` leahneukirchen
2022-01-19 14:46 ` [PR PATCH] [Closed]: " leahneukirchen
7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-01-19 14:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 160 bytes --]
New comment by leahneukirchen on void-packages repository
https://github.com/void-linux/void-packages/pull/34844#issuecomment-1016536677
Comment:
104fe2e7da4
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Closed]: fzf: update to 0.29.0
2022-01-04 8:25 [PR PATCH] fzf: update to 0.29.0 Jlll1
` (6 preceding siblings ...)
2022-01-19 14:46 ` leahneukirchen
@ 2022-01-19 14:46 ` leahneukirchen
7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-01-19 14:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
There's a closed pull request on the void-packages repository
fzf: update to 0.29.0
https://github.com/void-linux/void-packages/pull/34844
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
^ permalink raw reply [flat|nested] 9+ messages in thread