Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] broot: update to 1.8.1
@ 2022-01-04 22:18 cinerea0
  2022-01-05  0:47 ` ram02z
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cinerea0 @ 2022-01-04 22:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages broot
https://github.com/void-linux/void-packages/pull/34854

broot: update to 1.8.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34854.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-broot-34854.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]

From 091c9dd65d0658f702f71407c6247585ff358445 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 4 Jan 2022 17:17:45 -0500
Subject: [PATCH] broot: update to 1.8.1

---
 srcpkgs/broot/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/broot/template b/srcpkgs/broot/template
index 315d5c31630f..fded846737f4 100644
--- a/srcpkgs/broot/template
+++ b/srcpkgs/broot/template
@@ -1,6 +1,6 @@
 # Template file for 'broot'
 pkgname=broot
-version=1.6.6
+version=1.8.1
 revision=1
 build_style=cargo
 short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://dystroy.org/broot/"
 changelog="https://raw.githubusercontent.com/Canop/broot/master/CHANGELOG.md"
 distfiles="https://github.com/Canop/broot/archive/v${version}.tar.gz"
-checksum=95927b3f2c55f69cd87bb80672e697c83ad63dd9237fe3ebdd970b655d53a725
+checksum=c806130c4982b064ccaa7fec79436af71d4cf06ace33c2cb34d4d30b3c1095e7
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: broot: update to 1.8.1
  2022-01-04 22:18 [PR PATCH] broot: update to 1.8.1 cinerea0
@ 2022-01-05  0:47 ` ram02z
  2022-01-27 17:14 ` cinerea0
  2022-01-27 17:14 ` [PR PATCH] [Closed]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: ram02z @ 2022-01-05  0:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/34854#issuecomment-1005287148

Comment:
Getting similiar failures for cross on https://github.com/void-linux/void-packages/pull/33600

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: broot: update to 1.8.1
  2022-01-04 22:18 [PR PATCH] broot: update to 1.8.1 cinerea0
  2022-01-05  0:47 ` ram02z
@ 2022-01-27 17:14 ` cinerea0
  2022-01-27 17:14 ` [PR PATCH] [Closed]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-01-27 17:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/34854#issuecomment-1023456245

Comment:
When trying to build the latest version of broot I discovered that it requires features introduced in Rust 1.58. Given that there is no timeline for updating the Rust package, I'm closing this.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: broot: update to 1.8.1
  2022-01-04 22:18 [PR PATCH] broot: update to 1.8.1 cinerea0
  2022-01-05  0:47 ` ram02z
  2022-01-27 17:14 ` cinerea0
@ 2022-01-27 17:14 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2022-01-27 17:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1060 bytes --]

There's a closed pull request on the void-packages repository

broot: update to 1.8.1
https://github.com/void-linux/void-packages/pull/34854

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-27 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 22:18 [PR PATCH] broot: update to 1.8.1 cinerea0
2022-01-05  0:47 ` ram02z
2022-01-27 17:14 ` cinerea0
2022-01-27 17:14 ` [PR PATCH] [Closed]: " cinerea0

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).