From 27bc7b01af70c70569642deabe6323ff7708b1ca Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 7 Apr 2022 18:09:35 +0200 Subject: [PATCH] mkchromecast: remove pulseaudio dependency --- srcpkgs/mkchromecast/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mkchromecast/template b/srcpkgs/mkchromecast/template index 161210796b9..306abdb6613 100644 --- a/srcpkgs/mkchromecast/template +++ b/srcpkgs/mkchromecast/template @@ -1,11 +1,11 @@ # Template file for 'mkchromecast' pkgname=mkchromecast version=0.3.8.1 -revision=4 +revision=5 pycompile_dirs="/usr/share/mkchromecast/mkchromecast" depends="python3-Flask python3-netifaces python3-setuptools python3-requests python3-mutagen python3-psutil python3-PyQt5 python3-SoCo python3-chromecast - python3-gobject pulseaudio python3-youtube-dl ffmpeg" + python3-gobject python3-youtube-dl ffmpeg" short_desc="Cast Linux Audio/Video to Google cast and Sonos devices" maintainer="Orphaned " license="MIT"