Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cozy: update to 0.6.11.
@ 2020-01-12 20:14 voidlinux-github
  2020-01-12 20:24 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-13  8:32 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-12 20:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages cozy
https://github.com/void-linux/void-packages/pull/18268

cozy: update to 0.6.11.


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

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

From a2a1e49a17144fbe6484c355c2a9f573595c94d3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Jan 2020 22:11:08 +0200
Subject: [PATCH] cozy: update to 0.6.11.

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

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 192a415f322..9c49fd79008 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,12 +1,13 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=0.6.10
+version=0.6.11
 revision=1
 archs=noarch
 build_style=meson
 pycompile_module="cozy"
 hostmakedepends="pkg-config glib-devel python3"
-makedepends="glib-devel"
+makedepends="glib-devel python3-distro python3-peewee python3-mutagen
+python3-gobject-devel"
 depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
  python3-mutagen python3-distro"
 short_desc="Audio book player"
@@ -14,5 +15,5 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=488876033927a3fc2b584cf483768f185a301ee9e3ae11acab69fa280a51a55d
+checksum=02c8ef89e80e6cc8dd384b10a2310a4ea7a15be92b74825f6e2cf4daeba3747c
 nocross="requires python3-gobject"

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

* Re: [PR PATCH] [Updated] cozy: update to 0.6.11.
  2020-01-12 20:14 [PR PATCH] cozy: update to 0.6.11 voidlinux-github
@ 2020-01-12 20:24 ` voidlinux-github
  2020-01-13  8:32 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-12 20:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages cozy
https://github.com/void-linux/void-packages/pull/18268

cozy: update to 0.6.11.


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

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

From f2e0ea2d637e944716f1cb262b55f9ad7339b4e3 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sun, 12 Jan 2020 22:11:08 +0200
Subject: [PATCH] cozy: update to 0.6.11.

---
 srcpkgs/cozy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template
index 192a415f322..c1661d96cef 100644
--- a/srcpkgs/cozy/template
+++ b/srcpkgs/cozy/template
@@ -1,12 +1,12 @@
 # Template file for 'cozy'
 pkgname=cozy
-version=0.6.10
+version=0.6.11
 revision=1
 archs=noarch
 build_style=meson
-pycompile_module="cozy"
 hostmakedepends="pkg-config glib-devel python3"
-makedepends="glib-devel"
+makedepends="glib-devel python3-distro python3-peewee python3-mutagen
+python3-gobject-devel"
 depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3
  python3-mutagen python3-distro"
 short_desc="Audio book player"
@@ -14,5 +14,5 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only"
 homepage="https://github.com/geigi/cozy"
 distfiles="https://github.com/geigi/cozy/archive/${version}.tar.gz"
-checksum=488876033927a3fc2b584cf483768f185a301ee9e3ae11acab69fa280a51a55d
+checksum=02c8ef89e80e6cc8dd384b10a2310a4ea7a15be92b74825f6e2cf4daeba3747c
 nocross="requires python3-gobject"

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

* Re: [PR PATCH] [Merged]: cozy: update to 0.6.11.
  2020-01-12 20:14 [PR PATCH] cozy: update to 0.6.11 voidlinux-github
  2020-01-12 20:24 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-13  8:32 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-13  8:32 UTC (permalink / raw)
  To: ml

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

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

cozy: update to 0.6.11.
https://github.com/void-linux/void-packages/pull/18268

Description:


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

end of thread, other threads:[~2020-01-13  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 20:14 [PR PATCH] cozy: update to 0.6.11 voidlinux-github
2020-01-12 20:24 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-13  8:32 ` [PR PATCH] [Merged]: " voidlinux-github

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