Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] volctl: update to 0.8.0
@ 2020-09-05  7:15 teldra
  2020-09-05  7:50 ` [PR REVIEW] " fosslinux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: teldra @ 2020-09-05  7:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages volctl-update
https://github.com/void-linux/void-packages/pull/24686

volctl: update to 0.8.0


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

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

From 0fdc5915979dccf37a3241423ed138bd20f6c2ac Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 5 Sep 2020 09:15:00 +0200
Subject: [PATCH] volctl: update to 0.8.0

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

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 3280a8ed5d0..0ae3f2eb17e 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,6 +1,6 @@
 # Template file for 'volctl'
 pkgname=volctl
-version=0.7.8
+version=0.8.0
 revision=1
 archs=noarch
 build_style=python3-module
@@ -11,4 +11,4 @@ maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://buzz.github.io/volctl/"
 distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
-checksum=81549a8ea74eaa0e5859889fec201e6b8807c5fac275db6bd3c2056d022c7bd7
+checksum=01d021f244982a8bc827574f778a49864e937ca53310e03ec1386587bf8fb9b4

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

* Re: [PR REVIEW] volctl: update to 0.8.0
  2020-09-05  7:15 [PR PATCH] volctl: update to 0.8.0 teldra
@ 2020-09-05  7:50 ` fosslinux
  2020-09-05  7:54 ` [PR PATCH] [Updated] " teldra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-09-05  7:50 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24686#discussion_r483924199

Comment:
Please remove `archs=noarch` as part of the transition away from noarch.

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

* Re: [PR PATCH] [Updated] volctl: update to 0.8.0
  2020-09-05  7:15 [PR PATCH] volctl: update to 0.8.0 teldra
  2020-09-05  7:50 ` [PR REVIEW] " fosslinux
@ 2020-09-05  7:54 ` teldra
  2020-09-05  7:55 ` [PR REVIEW] " teldra
  2020-09-06 12:23 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2020-09-05  7:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages volctl-update
https://github.com/void-linux/void-packages/pull/24686

volctl: update to 0.8.0


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

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

From 4c432322fbee9a870936faaf2e4cfa2fb2bd0c87 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sat, 5 Sep 2020 09:15:00 +0200
Subject: [PATCH] volctl: update to 0.8.0

---
 srcpkgs/volctl/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template
index 3280a8ed5d0..235fddab23a 100644
--- a/srcpkgs/volctl/template
+++ b/srcpkgs/volctl/template
@@ -1,8 +1,7 @@
 # Template file for 'volctl'
 pkgname=volctl
-version=0.7.8
+version=0.8.0
 revision=1
-archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-gobject pulseaudio desktop-file-utils"
@@ -11,4 +10,4 @@ maintainer="teldra <teldra@rotce.de>"
 license="GPL-2.0-only"
 homepage="https://buzz.github.io/volctl/"
 distfiles="https://github.com/buzz/volctl/archive/v${version}.tar.gz"
-checksum=81549a8ea74eaa0e5859889fec201e6b8807c5fac275db6bd3c2056d022c7bd7
+checksum=01d021f244982a8bc827574f778a49864e937ca53310e03ec1386587bf8fb9b4

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

* Re: [PR REVIEW] volctl: update to 0.8.0
  2020-09-05  7:15 [PR PATCH] volctl: update to 0.8.0 teldra
  2020-09-05  7:50 ` [PR REVIEW] " fosslinux
  2020-09-05  7:54 ` [PR PATCH] [Updated] " teldra
@ 2020-09-05  7:55 ` teldra
  2020-09-06 12:23 ` [PR PATCH] [Merged]: " ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2020-09-05  7:55 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/24686#discussion_r483924576

Comment:
Done

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

* Re: [PR PATCH] [Merged]: volctl: update to 0.8.0
  2020-09-05  7:15 [PR PATCH] volctl: update to 0.8.0 teldra
                   ` (2 preceding siblings ...)
  2020-09-05  7:55 ` [PR REVIEW] " teldra
@ 2020-09-06 12:23 ` ahesford
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2020-09-06 12:23 UTC (permalink / raw)
  To: ml

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

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

volctl: update to 0.8.0
https://github.com/void-linux/void-packages/pull/24686

Description:


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

end of thread, other threads:[~2020-09-06 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-05  7:15 [PR PATCH] volctl: update to 0.8.0 teldra
2020-09-05  7:50 ` [PR REVIEW] " fosslinux
2020-09-05  7:54 ` [PR PATCH] [Updated] " teldra
2020-09-05  7:55 ` [PR REVIEW] " teldra
2020-09-06 12:23 ` [PR PATCH] [Merged]: " ahesford

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