From f2e0ea2d637e944716f1cb262b55f9ad7339b4e3 Mon Sep 17 00:00:00 2001 From: mobinmob 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 " 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"