Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] archiver: update to 3.5.1
@ 2022-01-21 19:25 clyhtsuriva
  2022-01-21 21:15 ` daniel-eys
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-01-21 19:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages archiver-update
https://github.com/void-linux/void-packages/pull/35157

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

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

<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 7c45f3774abb93b6af8b7f17fbc44d3b22e2cd31 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 21 Jan 2022 20:23:29 +0100
Subject: [PATCH] archiver: update to 3.5.1

---
 srcpkgs/archiver/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template
index 05c5333c46aa..c79c4ee28ad0 100644
--- a/srcpkgs/archiver/template
+++ b/srcpkgs/archiver/template
@@ -1,7 +1,7 @@
 # Template file for 'archiver'
 pkgname=archiver
-version=3.5.0
-revision=2
+version=3.5.1
+revision=1
 build_style=go
 go_import_path=github.com/mholt/archiver/v3
 go_package="${go_import_path}/cmd/arc"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mholt/archiver"
 distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
-checksum=8f2e3ad68553f6b58bf99e8635ff0953f62ff0a7804da7658954ffaa7d0aaa0a
+checksum=b69a76f837b6cc1c34c72ace16670360577b123ccc17872a95af07178e69fbe7
 
 post_install() {
 	vlicense LICENSE

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

* Re: archiver: update to 3.5.1
  2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
@ 2022-01-21 21:15 ` daniel-eys
  2022-01-21 22:22 ` [PR PATCH] [Updated] " clyhtsuriva
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: daniel-eys @ 2022-01-21 21:15 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/35157#issuecomment-1018864953

Comment:
`hostmakedepends="git"` can be removed

I briefly tested this new version: works as expected


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

* Re: [PR PATCH] [Updated] archiver: update to 3.5.1
  2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
  2022-01-21 21:15 ` daniel-eys
@ 2022-01-21 22:22 ` clyhtsuriva
  2022-01-21 22:23 ` clyhtsuriva
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-01-21 22:22 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by clyhtsuriva against master on the void-packages repository

https://github.com/clyhtsuriva/void-packages archiver-update
https://github.com/void-linux/void-packages/pull/35157

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

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

<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 688b941bda60184b999a964f8981f43028bff705 Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Fri, 21 Jan 2022 20:23:29 +0100
Subject: [PATCH] archiver: update to 3.5.1

---
 srcpkgs/archiver/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/archiver/template b/srcpkgs/archiver/template
index 05c5333c46aa..e53c84c20da4 100644
--- a/srcpkgs/archiver/template
+++ b/srcpkgs/archiver/template
@@ -1,17 +1,16 @@
 # Template file for 'archiver'
 pkgname=archiver
-version=3.5.0
-revision=2
+version=3.5.1
+revision=1
 build_style=go
 go_import_path=github.com/mholt/archiver/v3
 go_package="${go_import_path}/cmd/arc"
-hostmakedepends="git"
 short_desc="Easily create and extract common archive formats"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mholt/archiver"
 distfiles="https://github.com/mholt/archiver/archive/v${version}.tar.gz"
-checksum=8f2e3ad68553f6b58bf99e8635ff0953f62ff0a7804da7658954ffaa7d0aaa0a
+checksum=b69a76f837b6cc1c34c72ace16670360577b123ccc17872a95af07178e69fbe7
 
 post_install() {
 	vlicense LICENSE

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

* Re: archiver: update to 3.5.1
  2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
  2022-01-21 21:15 ` daniel-eys
  2022-01-21 22:22 ` [PR PATCH] [Updated] " clyhtsuriva
@ 2022-01-21 22:23 ` clyhtsuriva
  2022-01-28  7:41 ` [PR PATCH] [Merged]: " ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: clyhtsuriva @ 2022-01-21 22:23 UTC (permalink / raw)
  To: ml

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

New comment by clyhtsuriva on void-packages repository

https://github.com/void-linux/void-packages/pull/35157#issuecomment-1018908283

Comment:
Removed `hostmakedepends="git"` as asked

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

* Re: [PR PATCH] [Merged]: archiver: update to 3.5.1
  2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
                   ` (2 preceding siblings ...)
  2022-01-21 22:23 ` clyhtsuriva
@ 2022-01-28  7:41 ` ericonr
  2022-01-28  7:41 ` ericonr
  2022-01-28  7:41 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2022-01-28  7:41 UTC (permalink / raw)
  To: ml

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

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

archiver: update to 3.5.1
https://github.com/void-linux/void-packages/pull/35157

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

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

<!--
#### 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, x86_64
- I built this PR locally for these architectures :
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

* Re: archiver: update to 3.5.1
  2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
                   ` (3 preceding siblings ...)
  2022-01-28  7:41 ` [PR PATCH] [Merged]: " ericonr
@ 2022-01-28  7:41 ` ericonr
  2022-01-28  7:41 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2022-01-28  7:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/35157#issuecomment-1023962011

Comment:
Thanks!

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

* Re: archiver: update to 3.5.1
  2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
                   ` (4 preceding siblings ...)
  2022-01-28  7:41 ` ericonr
@ 2022-01-28  7:41 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2022-01-28  7:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/35157#issuecomment-1023962011

Comment:
Thanks both!

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

end of thread, other threads:[~2022-01-28  7:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21 19:25 [PR PATCH] archiver: update to 3.5.1 clyhtsuriva
2022-01-21 21:15 ` daniel-eys
2022-01-21 22:22 ` [PR PATCH] [Updated] " clyhtsuriva
2022-01-21 22:23 ` clyhtsuriva
2022-01-28  7:41 ` [PR PATCH] [Merged]: " ericonr
2022-01-28  7:41 ` ericonr
2022-01-28  7:41 ` ericonr

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