From c2d845e9d981a3edce9dabfc4804c065bf8e9d6e Mon Sep 17 00:00:00 2001 From: branon Date: Mon, 9 Jun 2025 17:18:10 -0400 Subject: [PATCH] syncplay: update to 1.7.4, support TLS --- srcpkgs/syncplay/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template index c74fbb54b70..09bf3285c33 100644 --- a/srcpkgs/syncplay/template +++ b/srcpkgs/syncplay/template @@ -1,15 +1,15 @@ # Template file for 'syncplay' pkgname=syncplay -version=1.7.3 -revision=2 +version=1.7.4 +revision=1 build_style=gnu-makefile pycompile_dirs="usr/lib/syncplay/syncplay" depends="desktop-file-utils python3-pyside6 python3-Twisted - qt6-declarative python3-service_identity" + qt6-declarative python3-service_identity python3-pem" short_desc="Free software that synchronises media players" -maintainer="KeepBotting " +maintainer="KeepBotting " license="Apache-2.0" homepage="https://syncplay.pl/" distfiles="https://github.com/syncplay/syncplay/archive/v${version}.tar.gz" -checksum=5aaea59dab1a9f673019b6e59742ec8bb94248b7913b5f57423775ca905f1c0e +checksum=ec97045bed0a8e185f7daada179fb6b6d71d9457122d0ede29c5be1235ff551d python_version=3