From 28960a52a3ef0edc020049b0467ef4ef2305b099 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 22 Mar 2016 02:42:18 -0400 Subject: [PATCH] audacious-plugins: fix circular dependencies Necessary to fix #3827 and not have circular deps. --- srcpkgs/audacious-plugins/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/audacious-plugins/template b/srcpkgs/audacious-plugins/template index 89b2dd30b2c..d212ac6ec7f 100644 --- a/srcpkgs/audacious-plugins/template +++ b/srcpkgs/audacious-plugins/template @@ -1,7 +1,7 @@ # Template file for 'audacious-plugins'. pkgname=audacious-plugins version=3.7.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" makedepends=" @@ -9,7 +9,6 @@ makedepends=" lame-devel libvorbis-devel libflac-devel mpg123-devel faad2-devel ffmpeg-devel libmodplug-devel fluidsynth-devel libcdio-paranoia-devel wavpack-devel libnotify-devel libcurl-devel libmtp-devel neon-devel libmms-devel gtk+-devel libxml2-devel" -depends="audacious>=${version}" short_desc="Plugins for the Audacious media player" maintainer="Juan RP " license="BSD"