From 8cd4507210e6bd4d691560533fccddc651fbd540 Mon Sep 17 00:00:00 2001 From: MrMip Date: Fri, 30 Oct 2020 05:06:21 -0500 Subject: [PATCH] cozy: added python3-pytz missing dep --- srcpkgs/cozy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template index e6a3bed8e53..4c35a42c026 100644 --- a/srcpkgs/cozy/template +++ b/srcpkgs/cozy/template @@ -1,14 +1,14 @@ # Template file for 'cozy' pkgname=cozy version=0.7.2 -revision=2 +revision=3 build_style=meson hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee python3-mutagen python3-gobject-devel gettext" 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 python3-apsw python3-packaging" + python3-mutagen python3-distro python3-apsw python3-packaging python3-pytz" short_desc="Audio book player" maintainer="johannes " license="GPL-3.0-only, LGPL-3.0-only"