From 00eb623cd89b147bc970b1fddb2c5c0b364cf465 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 26 Dec 2019 19:25:24 +0100 Subject: [PATCH] cozy: update to 0.6.10. --- srcpkgs/cozy/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template index 4975c76f8e4..192a415f322 100644 --- a/srcpkgs/cozy/template +++ b/srcpkgs/cozy/template @@ -1,17 +1,18 @@ # Template file for 'cozy' pkgname=cozy -version=0.6.9 -revision=2 +version=0.6.10 +revision=1 archs=noarch build_style=meson pycompile_module="cozy" hostmakedepends="pkg-config glib-devel python3" makedepends="glib-devel" -depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3 python3-mutagen" +depends="python3 python3-peewee gst-libav gst-plugins-good1 gst1-python3 + python3-mutagen python3-distro" short_desc="Audio book player" maintainer="johannes " 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=1e0f9cfe07f8ff41df4bda6e6bc447e2eca87b657ae0197afe0d67bb6a498a68 +checksum=488876033927a3fc2b584cf483768f185a301ee9e3ae11acab69fa280a51a55d nocross="requires python3-gobject"