Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] blanket: update to 0.4.1
@ 2021-05-04 15:23 caughtquick
  2021-05-04 16:01 ` [PR REVIEW] " paper42
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages master
https://github.com/void-linux/void-packages/pull/30675

blanket: update to 0.4.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/30675.patch is attached

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

From 7c9e45dc249532b4f5b0edfcdec88155e11cb78b Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Tue, 4 May 2021 08:19:43 -0700
Subject: [PATCH] blanket: update to 0.4.1

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

diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 91fed55cbc17..7bde1ef9e8fe 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,6 +1,6 @@
 # Template file for 'blanket'
 pkgname=blanket
-version=0.3.1
+version=0.4.1
 revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext glib-devel"
@@ -9,6 +9,6 @@ short_desc="Improve focus and productivity by listening to different sounds"
 maintainer="Reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/rafaelmardojai/blanket"
-distfiles="https://github.com/rafaelmardojai/blanket/archive/${version}.tar.gz"
-checksum=79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf
+distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
+checksum=fbb5f34a704840c50bb5b29f6fae69a2f37677d88db717b79e6bf6fdd625d9eb
 python_version=3

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
@ 2021-05-04 16:01 ` paper42
  2021-05-04 16:08 ` caughtquick
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-05-04 16:01 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625908425

Comment:
why did you change distfiles location?

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
  2021-05-04 16:01 ` [PR REVIEW] " paper42
@ 2021-05-04 16:08 ` caughtquick
  2021-05-04 16:15 ` paper42
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:08 UTC (permalink / raw)
  To: ml

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

New review comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625913913

Comment:
the old one wouldn't work when I tested it

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
  2021-05-04 16:01 ` [PR REVIEW] " paper42
  2021-05-04 16:08 ` caughtquick
@ 2021-05-04 16:15 ` paper42
  2021-05-04 16:20 ` caughtquick
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-05-04 16:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625918778

Comment:
it works for me, can you try again?

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (2 preceding siblings ...)
  2021-05-04 16:15 ` paper42
@ 2021-05-04 16:20 ` caughtquick
  2021-05-04 16:23 ` [PR PATCH] [Updated] " caughtquick
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:20 UTC (permalink / raw)
  To: ml

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

New review comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625922789

Comment:
I am so sorry it does work,. let me fix that right away. 

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

* Re: [PR PATCH] [Updated] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (3 preceding siblings ...)
  2021-05-04 16:20 ` caughtquick
@ 2021-05-04 16:23 ` caughtquick
  2021-05-04 16:25 ` [PR REVIEW] " caughtquick
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages master
https://github.com/void-linux/void-packages/pull/30675

blanket: update to 0.4.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/30675.patch is attached

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

From 6e19e692b87fc03d46ff8f482265a6c1d62f5684 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Tue, 4 May 2021 08:19:43 -0700
Subject: [PATCH] blanket: update to 0.4.1

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

diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 91fed55cbc17..4dc957cd6fa0 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,6 +1,6 @@
 # Template file for 'blanket'
 pkgname=blanket
-version=0.3.1
+version=0.4.1
 revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext glib-devel"
@@ -9,6 +9,6 @@ short_desc="Improve focus and productivity by listening to different sounds"
 maintainer="Reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/rafaelmardojai/blanket"
-distfiles="https://github.com/rafaelmardojai/blanket/archive/${version}.tar.gz"
-checksum=79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf
+distfiles="https://github.com/rafaelmardojai/blanket/archive/${version}.tar.gz" 
+checksum=fbb5f34a704840c50bb5b29f6fae69a2f37677d88db717b79e6bf6fdd625d9eb
 python_version=3

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (4 preceding siblings ...)
  2021-05-04 16:23 ` [PR PATCH] [Updated] " caughtquick
@ 2021-05-04 16:25 ` caughtquick
  2021-05-04 16:25 ` sgn
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:25 UTC (permalink / raw)
  To: ml

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

New review comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625926203

Comment:
I have fixed it and tested it and it still works

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (5 preceding siblings ...)
  2021-05-04 16:25 ` [PR REVIEW] " caughtquick
@ 2021-05-04 16:25 ` sgn
  2021-05-04 16:28 ` caughtquick
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: sgn @ 2021-05-04 16:25 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625926259

Comment:
While it does work, I think it won't work, soon. As of it is now, GitHub links to new format in the webpage.

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (6 preceding siblings ...)
  2021-05-04 16:25 ` sgn
@ 2021-05-04 16:28 ` caughtquick
  2021-05-04 16:31 ` caughtquick
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:28 UTC (permalink / raw)
  To: ml

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

New review comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625928210

Comment:
So should it in fact be the old fomat?

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (7 preceding siblings ...)
  2021-05-04 16:28 ` caughtquick
@ 2021-05-04 16:31 ` caughtquick
  2021-05-04 16:59 ` [PR PATCH] [Updated] " caughtquick
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:31 UTC (permalink / raw)
  To: ml

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

New review comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625928210

Comment:
So should it in fact be the old fomat? The one that I switched it to I mean.

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

* Re: [PR PATCH] [Updated] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (8 preceding siblings ...)
  2021-05-04 16:31 ` caughtquick
@ 2021-05-04 16:59 ` caughtquick
  2021-05-04 16:59 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages master
https://github.com/void-linux/void-packages/pull/30675

blanket: update to 0.4.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/30675.patch is attached

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

From d7e31e66ad54ae82fa40d62cb7bdf94e5a56050d Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Tue, 4 May 2021 08:19:43 -0700
Subject: [PATCH] blanket: update to 0.4.1

fixed distfiles

removed trailing whitespace
---
 srcpkgs/blanket/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 91fed55cbc17..7993e339ae71 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,6 +1,6 @@
 # Template file for 'blanket'
 pkgname=blanket
-version=0.3.1
+version=0.4.1
 revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext glib-devel"
@@ -10,5 +10,5 @@ maintainer="Reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/rafaelmardojai/blanket"
 distfiles="https://github.com/rafaelmardojai/blanket/archive/${version}.tar.gz"
-checksum=79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf
+checksum=fbb5f34a704840c50bb5b29f6fae69a2f37677d88db717b79e6bf6fdd625d9eb
 python_version=3

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (9 preceding siblings ...)
  2021-05-04 16:59 ` [PR PATCH] [Updated] " caughtquick
@ 2021-05-04 16:59 ` paper42
  2021-05-04 17:01 ` caughtquick
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: paper42 @ 2021-05-04 16:59 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625950539

Comment:
oh, I am sorry for my wrong review

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

* Re: [PR REVIEW] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (10 preceding siblings ...)
  2021-05-04 16:59 ` [PR REVIEW] " paper42
@ 2021-05-04 17:01 ` caughtquick
  2021-05-04 17:04 ` [PR PATCH] [Updated] " caughtquick
  2021-05-04 18:09 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 17:01 UTC (permalink / raw)
  To: ml

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

New review comment by caughtquick on void-packages repository

https://github.com/void-linux/void-packages/pull/30675#discussion_r625952306

Comment:
Ok i'll just switch it back, I also fixed the trailing whitespace

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

* Re: [PR PATCH] [Updated] blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (11 preceding siblings ...)
  2021-05-04 17:01 ` caughtquick
@ 2021-05-04 17:04 ` caughtquick
  2021-05-04 18:09 ` [PR PATCH] [Merged]: " ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: caughtquick @ 2021-05-04 17:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/caughtquick/void-packages master
https://github.com/void-linux/void-packages/pull/30675

blanket: update to 0.4.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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/30675.patch is attached

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

From e6f1d3964af3415491047a3cc17f9096bd635053 Mon Sep 17 00:00:00 2001
From: Abhijit <abhijitsipahimalani@gmail.com>
Date: Tue, 4 May 2021 08:19:43 -0700
Subject: [PATCH] blanket: update to 0.4.1

fixed distfiles

removed trailing whitespace

switched the distfiles location back
---
 srcpkgs/blanket/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/blanket/template b/srcpkgs/blanket/template
index 91fed55cbc17..7bde1ef9e8fe 100644
--- a/srcpkgs/blanket/template
+++ b/srcpkgs/blanket/template
@@ -1,6 +1,6 @@
 # Template file for 'blanket'
 pkgname=blanket
-version=0.3.1
+version=0.4.1
 revision=2
 build_style=meson
 hostmakedepends="pkg-config gettext glib-devel"
@@ -9,6 +9,6 @@ short_desc="Improve focus and productivity by listening to different sounds"
 maintainer="Reback00 <reback00@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/rafaelmardojai/blanket"
-distfiles="https://github.com/rafaelmardojai/blanket/archive/${version}.tar.gz"
-checksum=79942ed919507c0078266d221c433ba9209f8ea5f11371d55d64bd3b469623bf
+distfiles="https://github.com/rafaelmardojai/blanket/archive/refs/tags/${version}.tar.gz"
+checksum=fbb5f34a704840c50bb5b29f6fae69a2f37677d88db717b79e6bf6fdd625d9eb
 python_version=3

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

* Re: [PR PATCH] [Merged]: blanket: update to 0.4.1
  2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
                   ` (12 preceding siblings ...)
  2021-05-04 17:04 ` [PR PATCH] [Updated] " caughtquick
@ 2021-05-04 18:09 ` ericonr
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-05-04 18:09 UTC (permalink / raw)
  To: ml

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

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

blanket: update to 0.4.1
https://github.com/void-linux/void-packages/pull/30675

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] 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] 15+ messages in thread

end of thread, other threads:[~2021-05-04 18:09 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-04 15:23 [PR PATCH] blanket: update to 0.4.1 caughtquick
2021-05-04 16:01 ` [PR REVIEW] " paper42
2021-05-04 16:08 ` caughtquick
2021-05-04 16:15 ` paper42
2021-05-04 16:20 ` caughtquick
2021-05-04 16:23 ` [PR PATCH] [Updated] " caughtquick
2021-05-04 16:25 ` [PR REVIEW] " caughtquick
2021-05-04 16:25 ` sgn
2021-05-04 16:28 ` caughtquick
2021-05-04 16:31 ` caughtquick
2021-05-04 16:59 ` [PR PATCH] [Updated] " caughtquick
2021-05-04 16:59 ` [PR REVIEW] " paper42
2021-05-04 17:01 ` caughtquick
2021-05-04 17:04 ` [PR PATCH] [Updated] " caughtquick
2021-05-04 18:09 ` [PR PATCH] [Merged]: " 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).