From 4fd5548bdafef8fd2f285abdff23530b586bad2e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 16 Apr 2019 13:47:57 -0300 Subject: [PATCH] syncplay: switch to pyside2 --- srcpkgs/syncplay/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template index 89bbf9d2c56..8660287d3cd 100644 --- a/srcpkgs/syncplay/template +++ b/srcpkgs/syncplay/template @@ -1,11 +1,12 @@ # Template file for 'syncplay' pkgname=syncplay version=1.6.3 -revision=1 +revision=2 archs=noarch build_style=gnu-makefile pycompile_dirs="usr/lib/syncplay/syncplay" -depends="desktop-file-utils python3-pyside python3-Twisted" +depends="desktop-file-utils python3-pyside2 python3-Twisted + qt5-declarative python3-service_identity" short_desc="Free software that synchronises media players" maintainer="KeepBotting " license="Apache-2.0"